Skip to content

Releases: mindsers/nativetable

UMD module support

29 Aug 21:00
Compare
Choose a tag to compare

Nativetable npm module can now be easily installed and imported with require or other method.

Typings are now available in Nativetable package: it can be used inside of typescript project. Typings can be used for autocompletion in JS projects too.

Your Nativetable instance will never be any type.

NPM Package

27 Mar 23:30
Compare
Choose a tag to compare

Nativetable is available on the NPM public registry since v1.2.0

npm install nativetable --save

The goal was to make more easy to import nativetable in other project.

Columns improvements

26 Jan 09:54
Compare
Choose a tag to compare

Improve columns filtering :
User can now change the display name of columns.

No breaking changes in this release : all filtering methods work perfectly.

v1.0.0

13 Nov 21:52
Compare
Choose a tag to compare

This first version allow to :

  • sort by column in ASC or DESC mode
  • filter by simple conditions or custom conditions (closure)
  • paginate data
  • show/hide columns