Datatables with custom graphical fields
Datatables with custom graphical fields
Evgeniy Vasyliev
Posts: 23Questions: 7Answers: 1
in General
Good day!
I need DataTables to display levels of liquids in tanks and I want to make one of the columns to display level in some graphical form. Is it possible to make some customization of a table cell? Can you point to some examples on similar purpose?
Thank you!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @Evgeniy Vasyliev ,
The percentage bar renderer may be useful for you. Also, HTML5 progress bars, like here.
Cheers,
Colin
Perfect! Thank you, Colin.