Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sortable Table | 196 | 25 | a year ago | February 04, 2015 | 25 | mit | JavaScript | |||
Polymer Web Component that generates a sortable <table> from inlined or AJAX JSON, JSON5, and arrays. | ||||||||||
Iron Data Table | 148 | 5 years ago | 3 | January 07, 2017 | 54 | apache-2.0 | HTML | |||
iron-data-table is a Web Component for displaying data as a table or grid. Built on top of iron-list using Polymer. | ||||||||||
Elements | 144 | 4 months ago | 4 | cc0-1.0 | HTML | |||||
⚛⚗ A desktop App which displays the periodic table | ||||||||||
Hot Table | 109 | 1 | 5 years ago | 1 | December 22, 2018 | 14 | mit | JavaScript | ||
Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel. | ||||||||||
Bwt Datatable | 43 | 1 | 4 years ago | 2 | April 02, 2019 | 8 | gpl-3.0 | JavaScript | ||
Data table with Polymer 3 support! | ||||||||||
Brainy Table | 33 | 2 | 5 years ago | April 19, 2018 | 8 | mit | HTML | |||
Polymer 1.x table element | ||||||||||
Vege Table | 27 | 10 months ago | February 22, 2021 | 2 | mit | JavaScript | ||||
A data table that grows, with leaves | ||||||||||
Sweet Material Table | 19 | 6 | 7 years ago | November 06, 2015 | 7 | mit | HTML | |||
Polymer 1.1 material design table | ||||||||||
Simple Material Table | 14 | 4 years ago | JavaScript | |||||||
Material Style Table for Polymer 3 | ||||||||||
S Table | 6 | 1 | 6 years ago | February 22, 2017 | HTML | |||||
Responsive HTML table extended with Polymer and Material Design. |
This package was updated to ES6 syntax and now support Polymer 3!
The new version 3.0.0
works only with Polymer 3.0 or above. If you want to use it with Polymer 2.* please use previous version 2.2.0
.
You can find new example how to use it in the file example/your-datatable-implementation.js
.
We greatly appreciated the work of David Mulder's paper-datatable but since it hasn't been active for a while and we at Blue Water Tracks really wanted to keep pushing the work done so far, we decided to inherit the project and let it evolve but combining the pull requests on the project along with a couple of fixes and features that we came up with. Since many people already use the paper-datatable
component, we created this component to make sure that it is compatible with the paper-datatable
component. You can easily use this element only changing the path to paper-datatable
import element like below.
We hope that David takes what we have done withbwt-datatable
and merges it into the original paper-datatable
.
<link rel="import" href="/bower_components/paper-datatable/paper-datatable.html">
<link rel="import" href="/bower_components/bwt-datatable/bwt-datatable.html">
If you already used selection toolbar in paper-datatable-card
you need to add slot property to it like this:
<div slot="toolbar-select-single">
<paper-icon-button icon="info" on-tap="info"></paper-icon-button>
</div>
<div slot="toolbar-select">
<paper-icon-button icon="delete" on-tap="delete"></paper-icon-button>
</div>
paper-datatable
documentation and demos can be found here
Column header update dynamically according to paper-datatable pull request #78
Truly responsive; ability to use bwt-datatable
on mobile devices by easily setting the responseWidth
property to the desired breakpoint resolution.
<paper-datatable data="{{data}}" selectable multi-selection response-width="767px">
<paper-datatable-column header="Title" property="title" sortable editable>
</paper-datatable-column>
</paper-datatable>
We also tried to add additional functionality and fix some of the bugs in paper-datatable and also merge the following pull requests for paper-datatable
The element can be installed using bower using
bower install --save bwt-datatable
Important: If you wish to use <bwt-datatable-card>
you need the paper elements listed in devDependencies
as well. They are not listed as normal dependencies to prevent them from being pulled in on production if you do not need them.
Check out the getting started guide.
If you feel that you have something that could improve the component, please feel free to send a PR or create an issue with an explaination.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 of the License as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
This project uses a fair share license construction, if you wish to use this project commercially you will likely want to continue reading here. If you wish to donate please contact me personally.