iron-data-table
iron-data-table copied to clipboard
iron-data-table is a Web Component for displaying data as a table or grid. Built on top of iron-list using Polymer.
Hi everybody! As you've probably noticed, I haven't been maintaining `` that actively after `1.0` was released. Reason being focusing mostly on making [`` 2.0](https://github.com/vaadin/vaadin-grid/tree/v2.0.0-alpha4) (which is my day job)...
I am trying to execute a function using a dom-if that executes a function. I am able to get the function to execute without parsing a property in but when...
This change is [](https://reviewable.io/reviews/saulis/iron-data-table/204)
Needed to apply styles defined in [iron-flex](https://github.com/PolymerElements/iron-flex-layout/blob/master/iron-flex-layout-classes.html#L35) module --- This change is [](https://reviewable.io/reviews/saulis/iron-data-table/203)
Can we have a different event name for grid cell selection and check box selection or original event passed while firing these events ? Scenario is while this events are...
I want to always show the checkboxes but disable some of the checkboxes based on row status. How can I do that? Currently seems we can only use multi-selection to...
Polymer 2.0
Will you provide a 2.0-preview version of this component ?
By sorvell: (Polymer dev team member) "[...] The 'ready' (or created) method cannot be used with code that depends on the state of external elements, e.g. children or distributed elements...
Hi, When I try to restore the filter/sort state of the table I previously set, the sort state doesn't seem to reflect after the table is rendered. I suspect this...
We're using iron-data-table in our project and want to make it compatible with IE 11. Unfortunately the input fileds for filtering are too long (depending on the number of columns)...