I’m trying to embed a progress bar for a particular column of a DataTable, and I can’t even figure out how to get the progress bar to render. I’ve tried the createditor and cellsRenderer functions (cellsRenderer would seem to be the right one) but am having no luck. I’d also like to reference the progress bar by an ID that is determined programmatically from the row data. Is that possible?
Widgets in jqxDataTable can be initialized in the rendered callback function. Please check out the demos Row Template and Command Column to see sample implementations.