mui-datatables icon indicating copy to clipboard operation
mui-datatables copied to clipboard

Table is not being sorted

Open renatoschroepfer opened this issue 3 years ago • 2 comments

When clicking to sort the table nothing happens and no error is returned in the chrome console.

Expected Behavior

Expected table to be sorted in descending order.

Steps to Reproduce (for bugs)

My repository is private. But I will provide part of my code that does the table listing.

const columns: Column[] = [

{
            name: "status",
            label: "Status",
            options: {
                filter: true,
                sort: true,

            }
        },
];

Your Environment

Tech Version
Material-UI 4.11.3
MUI-datatables 3.7.6
React 17.0.1

renatoschroepfer avatar Dec 22 '21 17:12 renatoschroepfer

Hey @renatoschroepfer, this should sort the table. Would you be able to provide a code sandbox or was the bug fixed for you ?

ashfaqnisar avatar Feb 17 '22 10:02 ashfaqnisar

@renatoschroepfer Can you close the issue, if the issue was resolved.

ashfaqnisar avatar Feb 17 '22 10:02 ashfaqnisar