Paper Datatable Api

A material design implementation of a data table
Alternatives To Paper Datatable Api
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome React Components35,639
a month ago2cc0-1.0
Curated List of React Components & Libraries.
Bootstrap Table11,519247365 days ago39September 22, 2022214mitJavaScript
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
Material Table3,4102641584 months ago191March 12, 202223mitJavaScript
Datatable for React based on material-ui's table with additional features
Mui Datatables2,60712778a month ago155April 10, 2022616mitJavaScript
Datatables for React using Material-UI - https://www.material-ui-datatables.com
Md Data Table1,919302272 years ago20December 14, 2016307mitJavaScript
Material Design Data Table for Angular Material
Sketch Material866
2 years ago23mitJavaScript
Sketch material is a sketch plugin that will help you generate complex material components like tables, chips, forms etc…
Android Extensions547
5 months ago2April 19, 20215mitKotlin
An Android library with modules to quickly bootstrap an Android application.
Mddatatable5271324 years ago24November 23, 2016152mitJavaScript
Angular data table complete implementation of google material design based on Angular Material components.
Angular Mat Table Crud362
6 months ago2TypeScript
CRUD operations for the Angular Material Table
React Table Example260
6 months ago9mitTypeScript
React-Table v7 with Typescript and Material-UI
Alternatives To Paper Datatable Api
Select To Compare


Alternative Project Comparisons
Readme

paper-datatable-api web component

Build Status Published on webcomponents.org

paper-datatable-api is a material design implementation of a data table.

See the component page for more information.

<link rel="import" href="bower_components/paper-datatable-api/dist/paper-datatable-api-column.html">
<link rel="import" href="bower_components/paper-datatable-api/dist/paper-datatable-api.html">

<iron-ajax auto url="data.json" last-response="{{data}}"></iron-ajax>

<paper-datatable-api data="[[data]]">
  <paper-datatable-api-column draggable-column header="Fruit" property="fruit">
    <template>
      <span>{{value}}</span>
    </template>
  </paper-datatable-api-column>
  <paper-datatable-api-column header="Color" property="color">
    <template>
      <span>{{value}}</span>
    </template>
  </paper-datatable-api-column>
</paper-datatable-api>

advanced view

edit view

Features

  • Follows the guideline of Material Design
  • Hide/Show columns
  • Choose which columns can be hidden or not
  • Sort
  • Pagination
  • Checkboxes to select or manipulate data
  • Keep the selected data throught the pages
  • Filter a column
  • Filter a column with a list of choices
  • Ability to filter columns
  • Drag and drop column

Roadmap

  • Freezes a column
  • Display only selected rows

Install

$ bower install paper-datatable-api --save

Serve component

$ polymer serve --open

Running Tests

$ polymer test

Build dist

$ npm install
$ gulp build

Development

To build the project on changes in the src folder

$ gulp watch

Live example

mmaquery

License

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.

Inspired by the work of David-Mulder on paper-datatable

Popular Table Projects
Popular Material Projects
Popular User Interface Components Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Html
Table
Paper
Material
Datatables