Checkbox styles not applying on a manually added row.
Checkbox styles not applying on a manually added row.
Hi,
I am using a checkbox in a column of the datatable using the render function. The data to the table is populated from an ajax call and also am adding rows manually on click of a button using the row.add() API.
Issue is when a row is added manually the uniform.css style is not applied on the checkbox. When loaded for the first time the checkbox is wrapped under a div with "checker" class added to it, i believe it is done by uniform.js. But when manually adding the row this style is not applied on the checkbox.
How do i fix this issue?
Please help me out
Thanks in advance!
Ravi