Skip to content

Releases: danielgindi/jquery.dgtable

Support scroll position backup/restore for rtl mode too

29 Mar 12:22
Compare
Choose a tag to compare

Fixed scroll reset issue after resetting data

29 Mar 12:05
Compare
Choose a tag to compare

v0.5.22

22 Mar 20:56
Compare
Choose a tag to compare
0.5.22

New autoFillTableWidth feature.

15 Feb 13:40
Compare
Choose a tag to compare

Will probably supersede the relativeWidthGrowsToFillWidth option in the future.

Bugfix: Allow estimating width for really really wide tables

04 Feb 17:34
Compare
Choose a tag to compare

Improved deferred rendering

29 Jan 17:00
Compare
Choose a tag to compare

When adding or removing rows with render = false, the render() call will now re-calculate the row count correctly.

Added getFilteredRowCount()

06 Dec 08:58
Compare
Choose a tag to compare

Minor improvement for filtered results

06 Dec 06:11
Compare
Choose a tag to compare

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

03 Dec 14:51
Compare
Choose a tag to compare
  • Implemented getRowYPos to find Y pos of a row
  • setCellFormatter / setHeaderCelllFormatter
  • Clone filter args to allow filter function to keep state

Improved filtering function

03 Dec 08:07
Compare
Choose a tag to compare
  • Now we can pass a custom function to do the filtering