frappe/datatable

Name: datatable

Owner: Frappe

Description: A modern datatable library for the web

Created: 2017-10-07 14:58:02.0

Updated: 2018-05-23 12:38:43.0

Pushed: 2018-05-23 12:38:41.0

Homepage: null

Size: 2062

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

<img src="https://github.com/frappe/design/blob/master/logos/data-table-logo.svg" height="128">
<h2>Frappe DataTable</h2>
<p align="center">
<p>
A modern datatable library for the web
</p>

Features
Usage
grid = new DataTable(document.querySelector('#data-table'), {
ta: {
columns: [ 'Sr No.', 'First Name', 'Last Name' ],
rows: [
  [ '1', 'Don', 'Joe' ],
  [ '2', 'Mary', 'Jane' ]
]


Contribute
License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.