Fixed header on jquery datatables

后端 未结 5 1625
悲&欢浪女
悲&欢浪女 2021-01-22 06:11

is there no other ways to set fixed header on jquery datatables??

when i try using fixed header, there\'s warning that fixed header 2 is not supported on scrolling datat

5条回答
  •  灰色年华
    2021-01-22 06:31

    Currently no, FixedHeader is not supported with scrolling - I'm sure its perfectly possible to add that functionality, but as of yet, I've not had time to do so! Couldn't you just enable Y-scrolling? It achieves much the same effect, although its scrolling an inner element (which is already X-scrolling) rather than full page scrolling.

提交回复
热议问题