Releases: FlowingCode/TwinColGridAddon
Releases · FlowingCode/TwinColGridAddon
v2.7.0
What's Changed
- Add public method
forEachGrid
(#94) by @javier-godoy - Add overloads for addFilterableColumn with column key (#95) by @javier-godoy
- Allow usage of custom Grid (#96) by @javier-godoy
- Deprecate the constructor that receives a ListDataProvider (#98) by @javier-godoy
Full Changelog: twincolgrid-2.6.0...twincolgrid-2.7.0
v2.6.0
What's Changed
- Allow drag-and-drop within the selection grid by @javier-godoy in #93
- Handle in-between drops when reordering is enabled by @javier-godoy in #93
Full Changelog: twincolgrid-2.5.0...twincolgrid-2.6.0
v2.5.0
v2.4.0
v2.3.0
v2.2.0
Features:
- Add public getters for left/right grids (#68, #31)
- Expose the component as a HasValue of List (#66)
- Preserve UI sort orders in getValue (#66)
- Implement addSortableColumn overload that sets the column key (#70)
- Deprecate the protected final leftGrid/rightGrid fields.
- Deprecate all the methods that just delegate into an equivalent call on the left/right grid.
Fixes:
- Return empty set in getEmptyValue (#72)