I am looking for DataTables Table Plugin various extensions functionalities

I am looking for DataTables Table Plugin various extensions functionalities

SopoSopo 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.

https://jsfiddle.net/s8n4mf6d/1/

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,704Questions: 1Answers: 10,502 Site admin
    Answer ✓

    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

  • SopoSopo Posts: 2Questions: 1Answers: 0

    Hi Allan, Thanks for reply. Column Drag and drop is not working properly You have any solution for it.

  • allanallan Posts: 63,704Questions: 1Answers: 10,502 Site admin

    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

This discussion has been closed.