Releases: danielgindi/jquery.dgtable
Releases · danielgindi/jquery.dgtable
Support scroll position backup/restore for rtl mode too
Fixed scroll reset issue after resetting data
v0.5.22
0.5.22
New autoFillTableWidth feature.
Will probably supersede the relativeWidthGrowsToFillWidth
option in the future.
Bugfix: Allow estimating width for really really wide tables
Improved deferred rendering
When adding or removing rows with render = false
, the render()
call will now re-calculate the row count correctly.
Added getFilteredRowCount()
v0.5.18 0.5.18
Minor improvement for filtered results
Improved refilter after sort - we now work on the smaller set, by resorting the filtered result set also, instead of refiltering the full set.
Minor API improvements
- Implemented getRowYPos to find Y pos of a row
- setCellFormatter / setHeaderCelllFormatter
- Clone filter args to allow filter function to keep state
Improved filtering function
- Now we can pass a custom function to do the filtering