Topic: MDBDatatable Case Insensitive Sorting

kalmservices premium asked 3 years ago


**Expected behavior*_When sorting a column on an MDBDatatable object, it should sort alphabetically regardless if the first word starts with an uppercase or lowercase letter.

_*Actual behavior*_Instead, when you try to sort a column it sorts first by uppercase letters alphabetically and then by lowercase letters alphabetically. This puts your results into two separate groups, and you have to know if your result starts with an upper or lower case letter when searching results for your record.

_*Resources (screenshots, code snippets etc.)**

In this image, you can see where I'm sorting by the Name column and it sorts all capital letters before all entries that start with a lowercase letter. This is just passing json into the standard MDBDatatable component

This is the component I'm using

<MDBDataTable
                        entries={5}
                        displayEntries={false}
                        sortable={true}
                        searching={false}
                        info={false}
                        noBottomColumns
                        hover
                        data={items}
                    />

Piotr Glejzer staff commented 3 years ago

Did you try to use version 5 of Datatable?


kalmservices premium commented 3 years ago

Yes, the same issue occurs with MDBDatatablesV5. I changed nothing in the code except swapping the component to V5, and while the style changes, the sorting is still broken.


Piotr Glejzer staff commented 3 years ago

Ok, thanks for the report. If it is broken we have to fix this issue. I added task to fix this.


pierrotFR free commented 3 years ago

Hello, same issue here, any news about this ?


Piotr Glejzer staff commented 3 years ago

This is still not resolved yet.


Abdul Wahab free commented 1 year ago

Here's a possible way of doing it.

https://mdbootstrap.com/support/react/mdbdatatable-sort-case-insensitive/


Wojciech Staniszewski staff commented 1 year ago

Yes, it might be the solution!



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Opened

Specification of the issue

  • ForumUser: Premium
  • Premium support: Yes
  • Technology: MDB React
  • MDB Version: 4.27.0
  • Device: Desktop
  • Browser: Chrome
  • OS: Windows 8
  • Provided sample code: No
  • Provided link: No