Skip to content

Releases: frappe/datatable

v1.11.0

03 Apr 17:47
Compare
Choose a tag to compare

1.11.0 (2019-04-03)

Features

  • Add not equals (!=) filter (637d37d)

v1.10.0

30 Mar 13:01
Compare
Choose a tag to compare

1.10.0 (2019-03-30)

Bug Fixes

  • Allow column resize past minWidth upto 30px (3446488)
  • Scroll problem when cell is focused (1845adc)

Features

  • Double click resize handle to resize to perfect width (7b325a5)

v1.9.0

12 Feb 14:26
Compare
Choose a tag to compare

1.9.0 (2019-02-12)

Features

  • 🎸 Total Accumulator hook for totals row (#55) (0f44a51)

v1.8.0

14 Jan 08:35
Compare
Choose a tag to compare

1.8.0 (2019-01-14)

Features

  • 🎸 Add compareValue hook to control comparison (3e044a5)

v1.7.3

28 Dec 13:56
Compare
Choose a tag to compare

1.7.3 (2018-12-28)

Bug Fixes

  • 🐛 Comparison now also works with strings (acfe0e4)
  • 🐛 Dropdown z-index problem (3fc8ac9)

v1.7.2

22 Dec 07:57
26a37b5
Compare
Choose a tag to compare

1.7.2 (2018-12-22)

Bug Fixes

  • 🐛 scrolling and height fixes (d6aa52f)
  • 🐛 Smarter setting of bodyHeight based on overflow (302c1f8)

v1.7.1

13 Dec 12:37
Compare
Choose a tag to compare

1.7.1 (2018-12-13)

Bug Fixes

  • 🐛 Always show vertical scrollbar (fb43700)
  • 🐛 Border styling for header (19fb921)
  • 🐛 Initialize hyperlist with width/height of container (bdbdc90)

v1.7.0

10 Dec 14:44
Compare
Choose a tag to compare

1.7.0 (2018-12-10)

Features

  • 🎸 Add = keyword for equality matching (b6d4a0e)

v1.6.3

10 Dec 14:27
Compare
Choose a tag to compare

1.6.3 (2018-12-10)

Bug Fixes

  • 🐛 Sort filtered results (c559faa), closes #51

v1.6.2

07 Dec 11:49
Compare
Choose a tag to compare

1.6.2 (2018-12-07)

Bug Fixes

  • 🐛 Extract getTotalRow into a function (1e20502)