2018-05-23 13:14:44 +05:30
..
2018-05-23 13:14:44 +05:30
2018-05-22 14:09:57 +05:30
2018-05-22 14:09:57 +05:30
2018-05-22 14:09:57 +05:30
2018-05-22 14:09:57 +05:30
2018-05-22 14:09:57 +05:30
2018-05-22 14:09:57 +05:30

home
true

Installation

# Install using yarn
$ yarn add frappe-datatable

# or NPM
$ npm install frappe-datatable

Usage

import DataTable from 'frappe-datatable';

// or add
// <script src="frappe-datatable.js" ></script>
// in your html

let datatable = new DataTable({
    columns: ['Name', 'Position', ...],
    data: [
        ['Tiger Nixon', 'System Architect', ...],
        ['Garrett Winters', 'Accountant', ...],
        ...
    ]
});

Features

  • Custom Formatters
  • Inline Editing
  • Mouse Selection
  • Copy Cells
  • Keyboard Navigation
  • Custom Cell Editor
Made with ❤️ by Frappe