Skip to content

Releases: jstable/JSTable

Version 1.6.5

04 Jan 17:55
Compare
Choose a tag to compare

What's Changed

  • Fix search timeout replacing input value by @Sorc96 in #39
  • Extend url query params with perPage and sorting by @jan-vitek in #40

New Contributors

Full Changelog: v1.6.3...v1.6.5

Version 1.6.3

15 Oct 14:17
Compare
Choose a tag to compare

Version 1.6.1

02 Sep 15:50
Compare
Choose a tag to compare

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

Version 1.6.0

25 Jun 13:26
Compare
Choose a tag to compare

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

Version 1.5.1

09 Feb 18:43
Compare
Choose a tag to compare

Fix sorting of mixed data (#17)

Version 1.5

16 Jan 14:53
Compare
Choose a tag to compare

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

Version 1.4

09 Jan 10:22
70cc148
Compare
Choose a tag to compare

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

Version 1.3

05 Dec 15:41
Compare
Choose a tag to compare

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

Version 1.2

15 May 11:50
Compare
Choose a tag to compare

Update dependencies and change how table cells are rendered

Version 1.1

09 Jun 17:31
Compare
Choose a tag to compare

The JSTable should now be compatible with nearly all browsers.