-
Notifications
You must be signed in to change notification settings - Fork 178
Closed
Labels
Description
Hello,
thanks for your work!
Please can you advice me how to set intial sorting?
I can sort data on the server if it is not possible, but how to set a "sorted" marker in the header?
Also - I think - a datatable will need to initialize some inner variables
( like
private isSortedByMeAsc: boolean = false;
private isSortedByMeDesc: boolean = false;
)
to work properly then.
So I think some initial setup should be possible...
Thank you.
Reactions are currently unavailable