• Resolved amanfre

    (@amanfre)


    Hi,

    I am looking to freeze a row so it stays in row 1 of the table.

    Right now I have a custom command which sorts the table based off one column, being;

    “order”: [ [ 5, “desc” ] ]

    So I want to ensure that the freezing of the row overrides this custom sorting and still sits in row 1 position.

    What are the options?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    From everything I know, this is not possible. The DataTables JS library will always sort all table body rows. The only rows that stay put are the table header and the table footer row.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Freezing Row/s’ is closed to new replies.