Datatable Row Format

Hello!
In documentation I found a way to format data in the Datatable by columns (writing format in columns config).
https://docs.webix.com/datatable__formatting.html

Is it any way to format data by rows? Maybe some key in object(which describes row) in data.json (if I load data in json format).

For example i want first row percentage format, second row number format etc.

Hello, @Rettz

The point is that only one formatting pattern can be assigned to a column.
So for your purpose, it’s possible to use templates of varying complexity.
Please, check the snippet here: Code Snippet