tabulator

Interactive Tables and Data Grids for JavaScript

MIT License

Downloads
403.9K
Stars
6K
Committers
104
tabulator - Custom Editors, Row Formatting and Programmatic Sorting

Published by olifolkerd almost 9 years ago

This release includes:

Improved Cell Editors

  • Additional editors added to match each inbuilt cell formatter
  • Custom Editors can be assigned to columns

Row Formatter

  • The rowFormatter callback can now be used to style rows based on their contents

Programmatic Sorting

  • Sorting can now be triggered using the sort function
tabulator - Row Grouping Added

Published by olifolkerd almost 9 years ago

This release allows you to group rows by specific fields or by more complex grouping functions.

tabulator - Data Filtering and Icon/Button Columns

Published by olifolkerd almost 9 years ago

This release includes:

Data Filtering

  • Filter data by value on a specific field
  • Get current filter
  • Clear current filter

Icon/Button Columns

  • You can now create columns solely for use with formatters, with no data expected.
  • Perfect for adding buttons/icons to your rows.
tabulator - Updated License to MIT

Published by olifolkerd almost 9 years ago

License update to MIT

tabulator - Updated Examples Release

Published by olifolkerd almost 9 years ago

Updated example documentation and minor bug fixes

tabulator - Editable Data Updates

Published by olifolkerd almost 9 years ago

This release adds the following functionality

  • Editable Columns
  • Add/Delete Rows
  • Retrieve data from table using getData() method
  • Clear table using clear() method
  • New Callbacks
  • Default column Sorting
  • Improve Sorting
tabulator - NPM Scope Added

Published by olifolkerd almost 9 years ago

tabulator - NPM Package Manager Registration Added

Published by olifolkerd almost 9 years ago

tabulator - Initial Release

Published by olifolkerd almost 9 years ago

Initial Public Release,

This version Contains:

  • Ajax and aray data loading
  • Sorters
  • Formatters
  • Column Resizing
  • Loading / Formatting Events
  • Auto Scaling Columns
  • Click Callbacks
  • Column Data Specification
  • UI Theming