Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Releases: stevenrskelton/sortable-table

v0.11.1

04 Feb 23:01
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release
  • make generic indexeddb-ajax datasource, loads data from external JSON

v0.11.0

17 Jan 23:23
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release
  • modularize JS code using mixings.
  • basic data filtering (both local and remote datasources)

v0.10.2

04 Dec 05:03
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release
  • bugfix: sorting issue on first column

v0.10.1

13 Nov 04:27
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

Upgrade to Polymer-0.5.1

0.10.0

06 Oct 05:58
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
  • 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 datasources; add IndexedDB and JSONP examples
  • add args attribute for metadata, presentation, and calculations

v0.9.1

15 Sep 15:31
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release
  • 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

08 Aug 00:46
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
  • 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

10 Jun 04:13
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • Row editor (by double click)
  • Simple array support for data and columns
  • Optional paging footer with "prev" and "next" buttons

v0.6.1

02 Jun 05:41
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
  • 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

01 Jun 02:17
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Refactor for Bower import.