Releases: jerrylow/basictable
Move Dependencies
Move all dependencies to devDependencies as they're only used for compiling anyways.
Fix Vanilla JS Parent Container Calculation
Fix Vanilla JS Fallback Selector
- Updated the fallback selectors were not validate: #25
- Updated dependencies
Day One Patch - Redux
Just cleaning up the source code, commits and documentation. No impact on functionality.
Day One Patch
Just cleaning up the source code and documentation. No impact on functionality.
Basic Table in Vanilla JS
Adding a vanilla JS version in alternate to jQuery. The script is mostly written in parallel to the original to make maintenance easier and honestly there was nothing fundamentally wrong with it. I've decided to keep this as ES6 without transpiling as it's supported by all modern browsers the jQuery version could be the version if users need one older browsers.
Fix tableWrap documentation.
v1.1.0 Update bower version
Add restart method
The ability to restart basictable without redefining settings.
Compression with NPM
Changed the compression so it's a smaller min file. Also added to NPM registry.
No Header Support
Support for tables without any headers.