Hi,
is it possible to make column with counters in datatable. Counter would start with some value from dataset (not from 0)
Hi,
is it possible to make column with counters in datatable. Counter would start with some value from dataset (not from 0)
Hi Arnes,
You can use the ActiveContent module to embed counters into the datatable.
http://docs.webix.com/desktop__active_content.html#usingactivecontentmodule
The documentation tells how to insert active buttons and checkboxes, and the same pattern can be used for the counter.
Thank you. I will try to implement it.