JSTable Versions Save

a lightweight, dependency-free JavaScript plugin which makes a HTML table interactive

v1.6.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/jstable/JSTable/compare/v1.6.3...v1.6.5

v1.6.3

1 year ago
  • Fix sorting (v1.6.2)
  • Custom http method thanks to @bungambohlah with PR #31

v1.6.1

1 year ago

This release adds the possibility to add a search delay, thanks to @Sorc96 with PR #28, closes #27

v1.6.0

1 year ago

Add possibility to load initial page from server when using server side

v1.5.1

2 years ago

Fix sorting of mixed data (#17)

v1.5

2 years ago

Add possibility to define table row data with server side rendering.

v1.4

2 years ago

This release adds improvements on table row and cell attributes

  • parse table row attributes
  • add callback (rowAttributesCreator) to set table attributes based on cells
  • add possibility to set table cell attributes from server side rendering

v1.3

2 years ago

Project is moved to a organization and a github page is used for the documentation.

What's Changed

  • Some improvements with overriding configuration fields
  • Add url parameters on paginate and search
  • Parse url parameters for pagination and search
  • Improve browser compatibility
  • When a missing column is defined in the config no error is thrown and the column is ignored

v1.2

2 years ago

Update dependencies and change how table cells are rendered

v1.1

3 years ago

The JSTable should now be compatible with nearly all browsers.