Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Draggable Grouping

Choose a tag to compare

@ghiscoding ghiscoding released this 07 Dec 20:47
· 3489 commits to master since this release

Features

  • (grouping): add draggable grouping plugin
  • (inputType): Add multiple input types (number/password)
    • inputNumber, inputPassword, compoundInputNumber, compoundInputPassword
  • (remote): add customDataView with Remote Model feature with an example
    • this was actually released in version 1.8.x but it's still very new
      -see demo Example17, Chrome might block the remote model api javascript file loading, you can unblock it or try with different browser like Firefox/Edge
  • (selector): add new property to display "Select All" checkbox in different location (header row (default) or filter row)
    • the default doesn't show "Select All" on the filter row, it's useful to change this property, to do so you can change hideInFilterHeaderRow: false and hideInColumnTitleRow: true

Fixes

  • (filter): Date in UTC format with milliseconds not filtering well
  • (grouping): toggle group not working in example 18, fixes #91
  • (filter): all jquery .on bound event should also be unbound