sort

enables sorting by header click

boolean|string sort;

Values

  • "multi"
    enables sorting by clicking on the column header with the possibility to include several columns into sorting
  • true
    enables sorting by clicking on the column header
  • false
    disables sorting by clicking on the column header
  • Example

    { view:"datatable", sort:"multi"}


    Default value:

    true

    Related samples

    Details

    To include several columns into sorting ("multi" mode), the user must click the needed header with Ctrl key pressed.

    See also
    Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.