Checkbox uniform class not shown after datatable paging
Checkbox uniform class not shown after datatable paging
dimak
Posts: 2Questions: 1Answers: 0
I'm working with standart datatable with pagination when i can see my css class checkboxes fine on the first page or when choose to show all results but if go any other page in datatable the checkbox class is not shown any more, the class is boostrap uniform checkbox and its applied by initUniform method.
I've tried to add initUniform method to callback event but it didnt helped and also tried to add to pagination event:
"fnRowCallback": function (nRow, aData, iDisplayIndex) {
Metronic.initUniform();
}
This discussion has been closed.
Answers
Problem solved, wrong event name been used.