The rows.sortParam property returns the current sort order applied to rows. This property is read-only.
Available since 2020.1.4264.
DayPilot.Scheduler.rows.sortParamIt returns an object with the following properties:
field (string) holds the field name. It is null if no sorting is applied.
order ("asc" | "desc") specifies the current sort direction.
const field = dp.rows.sortParam.field;Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.
DayPilot