jQuery DataTables - Slow initiation, “Normal” html table shown in the beginning

后端 未结 10 1301
旧时难觅i
旧时难觅i 2021-02-03 22:01

I\'m using jQuery DataTable plugin, but I got a concern where the scripts loading seems to take some time, so my web page is always displaying the ordinary html table first, and

10条回答
  •  日久生厌
    2021-02-03 22:49

    This is due to the ColVis plugin. remove the "W" from the sDOM and your table rendering will fly (albiet withou dropdowns)

提交回复
热议问题