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.