This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Draggable Grouping
Features
- (grouping): add draggable grouping plugin
- see demo Example 18 / component
- (inputType): Add multiple input types (number/password)
inputNumber,inputPassword,compoundInputNumber,compoundInputPassword
- (remote): add
customDataViewwith Remote Model feature with an example- this was actually released in version
1.8.xbut 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
- this was actually released in version
- (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: falseandhideInColumnTitleRow: true
- the default doesn't show "Select All" on the filter row, it's useful to change this property, to do so you can change
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