This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Releases: stevenrskelton/sortable-table
Releases · stevenrskelton/sortable-table
v0.11.1
- make generic indexeddb-ajax datasource, loads data from external JSON
v0.11.0
- modularize JS code using mixings.
- basic data filtering (both local and remote datasources)
v0.10.2
- bugfix: sorting issue on first column
v0.10.1
Upgrade to Polymer-0.5.1
0.10.0
- cleanup documentation, rename a lot of stuff
- add github's
<time-element>
component for date/time formatting - replace special unicode characters in pagers to better supported characters
- update themes, theme pager buttons with images
- support generic
datasource
s; add IndexedDB and JSONP examples - add
args
attribute for metadata, presentation, and calculations
v0.9.1
- CSS themes:
- bootstrap
- espn.com
- extjs
- article (freeform fields/layout across a row)
- grid (multiple rows per row, float+wrap into a grid)
- undo history can span multiple row edits, easy to create and undo "transactions"
- AJAX / remote data support, supporting server-side pagination (DataTables.net client adapter)
v0.8.1
- column reorder via drag-and-drop
- UNDO functionality in row editor
- column definitions in DOM:
- support JSON5 for inlined data
- CSS changes to make themeing more friendly
- change default colours to more modern, and create an ExtJS theme
- add helper functions to trigger footer formula recalculations
v0.7.0
- Row editor (by double click)
- Simple array support for data and columns
- Optional paging footer with "prev" and "next" buttons
v0.6.1
- Row Templates for 2-way data binding across columns
- Example of 2-way data-binding using row template
- Small performance improvements
- Improved support for Native Shadow DOM
v0.5.1
Refactor for Bower import.