Set Default sorting in DESC order in some columns, other remain ASC order
Is there any way to set default sorting order in some columns as DESCENDING, while others in ASCENDING order?
Henry Ng
September 11,
if (direction && direction != "ascending" ) {
direction = "descending";
}
else {
direction = "ascending";
}
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021