Skip to content

Releases: frappe/datatable

v1.1.4

19 Jul 10:18
Compare
Choose a tag to compare

1.1.4 (2018-07-19)

Bug Fixes

  • style: Make cell take full height in firefox (18fa7d2)
  • style: Namespace CSS variables to avoid clash with foreign CSS variables (7417b0f)
  • theme: Include CSS variables in the final css build (1f387c9)

v1.1.3

18 Jul 20:38
Compare
Choose a tag to compare

1.1.3 (2018-07-18)

Bug Fixes

  • css: Table cell border fix for firefox and edge browser (0856f6c)
  • toggleFilter: Return early if inlineFilter is disabled (226aea2)

v1.1.2

10 Jul 06:40
Compare
Choose a tag to compare

1.1.2 (2018-07-10)

Bug Fixes

  • destroy: Cleanup event listeners on destroy (bddb3c2)

v1.1.1

09 Jul 12:10
Compare
Choose a tag to compare

1.1.1 (2018-07-09)

Bug Fixes

  • rowmanager: Fire onCheckRow event on checkAll (f971467), closes #38

v1.1.0

08 Jul 17:51
Compare
Choose a tag to compare

1.1.0 (2018-07-08)

Bug Fixes

  • theme: More CSS variables for themes (78666f8)

Features

v1.0.1

08 Jul 12:09
Compare
Choose a tag to compare

1.0.1 (2018-07-08)

Bug Fixes

  • treeView: Decrease left padding of tree node cells (2cf2191)

v1.0.0

07 Jul 17:05
Compare
Choose a tag to compare

1.0.0 (2018-07-07)

Features

Cell

  • Custom Formatters
  • Inline Editing
  • Mouse Selection
  • Copy Cells
  • Keyboard Navigation
  • Custom Cell Editor

Column

  • Reorder Columns
  • Sort by Column
  • Remove / Hide Column
  • Custom Actions
  • Resize Column
  • Flexible Layout

Row

  • Row Selection
  • Tree Structured Rows
  • Inline Filters
  • Large Number of Rows
  • Dynamic Row Height

  • sort: Apply sortOrder in initialization (d225308)