-
Notifications
You must be signed in to change notification settings - Fork 430
Description
Is this feature requested before?
No, I didnt find it.
Is your feature request related to a problem? Please describe.
No, but it would be nice feature.
Describe the solution you'd like
Hello, we are creating datatable for our client. We chose yours, becuase looks nice and its relatively easy to use. We use remote feature. But our client wants to have multiple sort solution and because we are using remote and sorting is handled by our BE, it would be great to have this option. Client understands that table is not ours, so for now its ok to have 1 sort solution, but multiple solution would be great.
It could work like follows:
- 1 click = DESC
- another click = ASC
- another click = OFF / NULL
To enable this you should pass prop, for example:
- multipleSort=true
If its problem to handle it internally, it could be possible to use this feature only for remote projects, where it could return sortObject with dataField and sort value.
We, as developers, understand that this feature, if gets green, would take some time to implement, so its not something we need to have right now.
Thank you for reply and awesome lib :)