Topic: Report a Bug on datatables
Neanrakyr pro asked 4 years ago
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.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB 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 4 years 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