Open balzss opened 7 years ago
I probably your requirement, so the is_active
is a column with a fixed sorting order, and if the user click on the header for changing the order? did you allow it happen?
I'm storing contracts in the table and they have 4 properties: name(string), date(string), value(number), is_active(boolean).
I want to display the active contracts (where is_active true) always at the top. However I want to be able to sort the contracts by name, date, etc (while still keeping the active ones at the top).
@balzss, ok, umm, we dont support this kind of feature, I'll try yo support it in the future. Anyway, PR is welcome :)
Hi, first of all thanks for putting this project together! My question is: can I make a column which will always be the primary sort column and is unchangeable and all the other columns are secondary but can change sort order. So for example I have a column with the data: is_active. I want to have the active rows at the top always but I want to be able to sort the active contracts by name or some other value. I know this explanation is all around the place, please let me know if I need to clarify it more.
Thanks!