Topic: Report a Bug on datatables
Hello I'm there to repport a bug I found on the datatables
Expected behavior https://mdbootstrap.com/snippets/jquery/temp/1900805?action=fullscreen
Go on sort section Down the first result, them he will be at the second position, now Up him to the first position, it didn't work.
I don't know how to fixed it but I'm just there to repport it.
Resolved
- User: Pro
- Premium support: Yes
- Technology: jQuery
- MDB Version: 4.14.1
- Device: Desktop / Mobile
- Browser: Any
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes
Grzegorz Bujański staff commented a year ago
Hi. Thanks for report this. We will fix it soon. Bug is here:
if ($row.index() === 1) { return; }if condition should look like this:$row.index() === 0