paper-datatable icon indicating copy to clipboard operation
paper-datatable copied to clipboard

A material design implementation of a data table.

Results 70 paper-datatable issues
Sort by recently updated
recently updated
newest added

would you publish your package on npm please ?

I have added paper data table in my project. I am using editable columns inside the paper data table card when i will filter by rows it is taking too...

Deselectall() is not working , after delete the row still the row is marked as 1item selected using polymer 1

Hello. First of all great work. this table is amazing, but a have an issue When I try to deselect an item, doesn't work and throw the follow in console...

Although paper datatable has the mixins _--paper-datatable-column-header_ and _--paper-datatable-cell_ through which we can customize header and cell styles eg: padding/height etc, but in case of selectable checkbox this fails as...

Hey there. I was looking for some great datatables. And here it is... but .. no npm package? Is it possible to publish this great library on npm?

I can't directly apply css to hide header. What I need is to set height to 0px here: #topBlock{ height:64px; padding:0px 6px 0px 24px; position:relative; @apply(--paper-datatable-top-toolbar); } How can I...

Bug fix using deselect without multi-selection attribute in paper-datatable