Stickytable not working for tables in boostrap modal

354 Views Asked by At

I am trying to use sticky table header js to fix the table headers. I worked on all other table, but not working on tables in boostrap modal.

$("#measurementAndQuestionPage").on("shown.bs.modal", function() {
    $("#tblVitalCalendarViewForMeasurement").stickyTableHeaders();
});
1

There are 1 best solutions below