Skip to content

Releases: FlowingCode/GridHelpers

grid-helpers-0.3.2

22 Dec 18:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: grid-helpers-0.3.1...grid-helpers-0.3.2

grid-helpers-0.3.1

19 Oct 17:37
Compare
Choose a tag to compare

What's Changed

  • fix: fix NPE when trying to obtain a missing footer by @mlopezFC in #32

Full Changelog: grid-helpers-0.3.0...grid-helpers-0.3.1

grid-helpers-0.3.0

26 Sep 12:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: grid-helpers-0.2.1...grid-helpers-0.3.0

grid-helpers-0.2.1

15 Sep 19:14
Compare
Choose a tag to compare

What's Changed

  • fix: fix column toggle items style. (Items to toggle column visibility do not respond on full width.) #24
  • fix: prevent ColumnToggle from closing after selection. #25

Full Changelog: grid-helpers-0.2.0...grid-helpers-0.2.1

grid-helpers-0.2.0

18 Jul 19:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: grid-helpers-0.1.0...grid-helpers-0.2.0

grid-helpers-0.1.0

06 Apr 20:13
Compare
Choose a tag to compare

Initial release. Compatible with Vaadin 22-23.

Features

  • Remove multiselect selection column
  • Freeze a grid's selection (checkbox) column
  • Create Grid with conditional selection (with the following limitations: #11, #12)
  • Select Grid rows automatically using up/down arrow keys
  • Show a Vaadin Grid with compact row styling
  • Show a meaningful message instead of an empty Grid
  • Show a menu to toggle the visibility of grid columns

Full Changelog: https://github.com/FlowingCode/GridHelpers/commits/grid-helpers-0.1.0