1

我正在尝试使用粘性表头 js 来修复表头。我在所有其他表上工作,但没有在 boostrap 模态表上工作。

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

1 回答 1

0

我认为这些链接会对您有所帮助

http://mottie.github.io/tablesorter/docs/example-widget-sticky-header.html

http://mottie.github.io/tablesorter/docs/example-widget-css-sticky-header.html

于 2016-02-24T12:28:01.170 回答