| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
for all example pages in github pages
|
|
|
|
| |
(#520).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Split up formatters into a separate file.
- Moved both formatters and editors into Slick.Formatters.* and
Slick.Editors.* namespaces. Renamed some for clarity.
- Removed obscure unused formatters from old examples.
- Made the default formatter escape HTML since that seems to be the
more common expectation (issue #267).
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Reverted the batched filter functions and implemented dynamic
recompilation instead.
- Added compilation of an optimized filter loop for the
"isFilterExpanding" hint.
|
|
DataView:
- ability to specify a batch filter function. This cuts down on a
function invocation overhead.
- refresh hints (isFilterUnchanged, isFilterExpanding,
isFilterNarrowing).
- ability to set a range of rows which should be checked for diffs in
the onRowsChanged event (this is typically the grid rendered range;
ignoreDiffsBefore, ignoreDiffsAfter).
Also added an example demonstrating the usage.
|