Faris Ansari c95fa505dd
Update npm version badge (#31)
* Update npm version badge

* Update license badge
2018-05-30 15:02:04 +05:30
2018-05-23 18:16:53 +05:30
2018-05-18 12:23:35 +05:30
2018-05-23 18:14:50 +05:30
2018-02-06 22:51:42 +05:30
2018-04-15 22:20:18 +05:30
2018-05-22 13:48:18 +05:30
2018-05-30 08:05:40 +05:30
2018-05-30 08:05:40 +05:30
2018-05-22 13:48:18 +05:30
2018-04-21 19:09:56 +05:30
2018-02-20 18:28:32 +05:30
2018-05-30 08:05:40 +05:30
2018-05-30 15:02:04 +05:30
2018-04-21 19:09:56 +05:30
2018-05-30 08:05:40 +05:30

Frappe DataTable

A modern datatable library for the web

travis build npm version MIT License

Features

  • Resizable columns
  • Sorting
  • Custom formatted data
  • In place editing
  • Efficient rendering of large data

Usage

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

Contribute

  • yarn start - Start rollup watch
  • yarn build - Build js/css bundles

License

MIT

Description
The Missing Javascript Datatable for the Web
Readme MIT 3.9 MiB
Languages
JavaScript 86.4%
HTML 9.6%
CSS 4%