Is "Ordering sequence plugin" ( orderNumbers: true) plugin broken?

Is "Ordering sequence plugin" ( orderNumbers: true) plugin broken?

Mark2024Mark2024 Posts: 9Questions: 2Answers: 0

Is "Ordering sequence plugin" ( orderNumbers: true) plugin broken? It does not work for me any more. And even on site demo page is broken.

Answers

  • allanallan Posts: 65,056Questions: 1Answers: 10,772 Site admin

    It needs:

    th {
      position: relative;
    }
    

    added to the CSS.

    I've committed that change and published datatables.net-feature-ordernumbers 1.0.3 to address it.

    The reason for this change was that I used to have position: relative in DataTables core, but due to other changes it wasn't needed, so I removed it and forgot about this plugin! Thanks for letting me know.

    Allan

  • Mark2024Mark2024 Posts: 9Questions: 2Answers: 0

    Thanks to you for your fast replay!
    I will test it...

  • Mark2024Mark2024 Posts: 9Questions: 2Answers: 0

    Yes, it works again. Thanks.

Sign In or Register to comment.