paper-datatable-api
paper-datatable-api copied to clipboard
A material design implementation of a data table
Sort
Hi, How does sorting works? Does it require only sortable attribute to be set to true or needs some additional handlers? In demos here: https://roxus.github.io/paper-datatable-api/components/paper-datatable-api/#paper-datatable-api sorting doesn't work on chrome...
Hi, first of all thanks for the component. I would like to reuse one component instance by changing the data property as well as the columns at runtime. The first...
Polymer 2.5 compatibility changes seem to have broken compatibility with Polymer
This extends functionality by adding the ability to have a default value for filtering.
In addition to the selectable property I think that a singleSelect property would be useful. By default the value should be false and when true, only one row can be...
Ever since you introduced range-datepicker and moment dependency my Webpack-built project is getting an error: ReferenceError: RangeDatepickerBehavior is not defined It's coming from the RangeDatepickerInput class declaration: class RangeDatepickerInput extends...
`Polymer.mixinBehavior` is not part of `polymer-element.html` but `polymer.html` and thus it doesn't work if you don't import `polymer.html` anywhere else in the app. However, you cannot ensure that and should...
I try to add a new row of data dynamically and it doesn't reflect into the data table html. Using the basic example code (fruit/color table), I try to do...