Grid Reorder columns and column hiding
Is there any way to use drag and drop to move columns around? And that it could be used in conjunction with column hiding?
Sean Davidson
asked
at 21 Jan 2020
Answers
-
yes, you can see the demo right here: https://demo.aspnetawesome.com/GridDemo you need to add
.Reorderable()
and for column hiding:.Mod(o => o.ColumnsSelector())
Omuanswered at 21 Jan 2020