I am looking for DataTables Table Plugin various extensions functionalities
I am looking for DataTables Table Plugin various extensions functionalities
Sopo
Posts: 2Questions: 1Answers: 0
I am looking for DataTables Table Plugin various extensions, which should have following functionalities included in it.
Fixed Header of table (Header Lock with Elements Scrollable)
Few Columns Locked while scrolling (say first two columns)
Drag and drop with column
Column Resizing (like Excel)
Column Priority Change in Responsive views (e.g Table Saw Like Plugin)
Horizontal Scroll on column exceeding on than current views
Sorting
Out of my 7 requirements only 5 are there (Sorting, Drag and drop, Responsive views without priority for columns, Header fixed with vertical scrolling ). of these drag and drop is not working proper and responsive views is also not controllable, Coulmn locking is also not proper.
this is my fiddle for it.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
1) FixedHeader should do that for you.
2) FixedColumns for this one - but note that it cannot be used with FixedHeader at the same time. See the compatibility chart.
3) ColReorder.
4) There is no option for this in DataTables at this time
5) This feature will be available when Responsive 1.1 is made available. No timeline for that yet.
6) Use
scrollX
7) Built in.
Allan
Hi Allan, Thanks for reply. Column Drag and drop is not working properly You have any solution for it.
Could you try using the nightly version of DataTables if you aren't already. If you are, I would need a link to the page so I can debug it.
Allan