Replies: 1 comment
-
It looks I have found the solution. I did set sortUndefined: false for my columns. So if u have service columns it might be useful!!!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using table with custom sorting, passing the parameter
And using this sort at my columns:
Unfortunately, data at the table doesnot sort properly - Total/GroupHeader types of rows are still participant at sorting (they should not, and must be at their places). But my data, that I pass to the table is sorting correctly (i handle it via redux). What am I doing wrong...?
Please, help me, I almost gave up
also - my comporator function
Beta Was this translation helpful? Give feedback.
All reactions