Faris Ansari 4896d15961
Merge pull request #20 from achillesrasquinha/patch-2
Add .DS_Store to .gitignore
2018-04-02 18:04:33 +05:30
2018-03-30 07:12:41 +05:30
2018-03-30 07:12:41 +05:30
2018-03-30 07:12:41 +05:30
2018-02-06 22:51:42 +05:30
2018-02-27 12:36:28 +05:30
2018-02-23 23:30:24 +05:30
2018-03-20 10:01:17 +05:30
2018-02-20 18:28:32 +05:30
2018-03-21 17:39:07 +05:30
2018-04-01 20:38:21 +05:30
2018-02-21 19:01:04 +05:30

Frappe DataTables

A modern datatable library for the web

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%