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

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
It needs:
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
Thanks to you for your fast replay!
I will test it...
Yes, it works again. Thanks.