Releases: mindsers/nativetable
Releases · mindsers/nativetable
UMD module support
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
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
Improve columns filtering :
User can now change the display name of columns.
No breaking changes in this release : all filtering methods work perfectly.