Skip to content

Tags: table-library/react-table-library

Tags

v4.1.15

Toggle v4.1.15's commit message
fix(react-window): update to latest 

v4.1.14

Toggle v4.1.14's commit message
fix(HeaderCell): key warning 

v4.1.13

Toggle v4.1.13's commit message
fix(Virtualized): use version which supports React 19 

v4.1.12

Toggle v4.1.12's commit message
fix(useDoubleClick): set to 300 

v4.1.11

Toggle v4.1.11's commit message
fix(useDoubleClick): make it OR decision otherwise the single click already does a potential state change in the actual application (e.g. url change) and the double click is never registered

v4.1.10

Toggle v4.1.10's commit message
fix(Button): div should be button, somehow was changed in 8914020 

v4.1.9

Toggle v4.1.9's commit message
fix(useSort): null pointer if nothing is passed 

v4.1.8

Toggle v4.1.8's commit message
fix(useDoubleClick): when onDoubleClick is used it didn't respect the… … disabled flag on row anymore #127 (comment)

v4.1.7

Toggle v4.1.7's commit message
fix(HeaderCell): null pointer if rendered HeaderCell count increases 

v4.1.6

Toggle v4.1.6's commit message
fix(CellTree): oinherits from Cell