Guest User

Untitled

a guest
Jan 23rd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. [
  2. // sort by "JobDate" in ascending order and then by "Start_Time" in ascending order
  3. { field: "JobDate", dir: "asc" },
  4. { field: "StartTime", dir: "asc" }
  5. ],
  6.  
  7. sortable: {
  8. mode: "multiple",
  9. allowUnsort: true
  10. },
Add Comment
Please, Sign In to add comment