Skip to content

Releases: predixdesignsystem/px-data-table

Upgrade to Polymer 1.5.0

15 Jun 23:58
Compare
Choose a tag to compare
v1.11.0

Upgrade to Polymer 1.5.0

Add cell click event.

26 May 00:17
Compare
Choose a tag to compare

Emit px-cell-click event when user clicks on a table cell.

Highlight, selection and validation style fixes.

04 May 16:24
Compare
Choose a tag to compare
  • Many fixes to move highlight and selection styles onto px-data-table-cell.
  • Fixes to make highlight style consistent.
  • Highlight style fixes to make it in combination with selection styles and validation modes.

fix minor column reorder bug

21 Apr 00:21
Compare
Choose a tag to compare
v1.6.2

fix minor column reorder bug

Tracking column in light dom

20 Apr 22:28
Compare
Choose a tag to compare

px-data-table-columns now tracked int he light dom, including order

Column chooser and column reordering

20 Apr 00:07
Compare
Choose a tag to compare
  • Added columns hiding/showing functionality: hideColumn(columnName) and showColumn(columnName) API functions and show-column-chooser attribute on px-data-table, adding a dropdown allowing to select which column should be hidden.
  • Added column reordering functionality: drag and drop column headers. Enabled through the enable-column-reorder attribute on px-data-table.

added css variable for dropdown border.

11 Apr 23:22
Compare
Choose a tag to compare
v1.5.2

added a css variable for dropdown border.

Fixes for correctly notifying & reacting to changes to table-data (model)

09 Apr 00:23
Compare
Choose a tag to compare
  • Fixes to correctly notify table-data attribute when changes happen to the table data and propagate them out of the component.
  • Fixes to make table react correctly when the underlying model (table-data) changes.
  • Fixes to dropdown width and to make the cell text (character) width consistent with other column definitions.
  • Sass fixes for shadow DOM.

Custom cell padding functionality, code fixes & cleanups.

06 Apr 21:13
Compare
Choose a tag to compare
  • Added css variable to support custom cell padding: --px-data-table-padding-top, --px-data-table-padding-bottom, --px-data-table-padding-left, --px-data-table-padding-right
  • Cleanup sass, move classes to hang off :host of the web component where appropriate.
  • More tests.

First release of cell and row highlighting. Many bug fixes.

31 Mar 21:09
Compare
Choose a tag to compare
  • Initial support for cell and row highlighting. See demo.html for an example.
  • Support for 'high'/'medium'/'low' highlight styles on given cell or row.
  • Light DOM observation of addition and removal of px-data-table-columns elements. Table now dynamically reacts to these changes.
  • Remove 'x' from input elements on IE and Edge.
  • Fix for making highlight and selected rows consistent when filtering or ordering of columns.
  • Fixes for IE when using column and cell highlight.
  • More tests.