[data grid] Support asc_nulls_first and desc_nulls_last in sortingOrder #10173
Labels
component: data grid
This is the name of the generic UI component, not the React module!
feature: Sorting
Related to the data grid Sorting feature
status: waiting for author
Issue with insufficient information
Duplicates
Latest version
Summary 💡
When defining GridCol, I would like to set it as sortingOrder: ['asc_nulls_first', 'desc_nulls_last'].
When clicking on a column to sort, I'd like the orderBy to toggle between asc_nulls_first and desc_nulls_last, and I want the arrows in the table headers to point in the specified direction."
Examples 🌈
No response
Motivation 🔦
When creating queries with a GraphQL client, being able to specify this in the field definition would eliminate the need for conditional branching in other parts, keeping the code streamlined and simple.
Order ID 💳 (optional)
No response
The text was updated successfully, but these errors were encountered: