Checkbox uniform class not shown after datatable paging

Checkbox uniform class not shown after datatable paging

dimakdimak Posts: 2Questions: 1Answers: 0
edited May 2019 in Free community support

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();
        }

Answers

  • dimakdimak Posts: 2Questions: 1Answers: 0
    edited May 2019

    Problem solved, wrong event name been used.

This discussion has been closed.