Starcounter / Starcounter.Uniform

Helper library for server-side part of uniform components.
MIT License
0 stars 0 forks source link

Feature request: single column sorting mode #26

Open miyconst opened 5 years ago

miyconst commented 5 years ago

Currently UniDataTable support sorting by multiple columns. For example, clicking on a column [First Name] and then on a column [Last Name] will result in ORDER BY FirstName, LastName.

This is not always desired, because:

There should be a flag to enable or disable multi-columns sorting mode.