Extend column sorting to allow per-column callbacks
Description
Extend the built-in sorting method of the fluid pager to allow columnDefs to provider either a custom comparator or a custom value extractor to use when sorting.
Environment
None
Attachments
1
Activity
Show:
Eric Dalquist February 1, 2011 at 5:11 PM
New default sorting function along with a default sorting callback impl and two example value extractors for dates and numbers.
Extend the built-in sorting method of the fluid pager to allow columnDefs to provider either a custom comparator or a custom value extractor to use when sorting.