This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Tablesaw 3.0.6: Wonderboom
- Notably, improvements to swipe table column sizing, swipe table column sizes were cached on initial load (and not recalculated on resize).
- Improvements and tests for consumption with
import
for bundlers and test frameworks. Tested withava
andwebpack
. - Now supports using
Tablesaw.init()
orTablesaw.init(element)
for initialization instead of a separatetablesaw-init.js
file, although that mechanism is still supported. Works before or after DOMContentLoaded. - Bug fixes for
refresh()
and swipe tables. - Use
colspan
without caveat on header cells now.
All issues closed: https://github.com/filamentgroup/tablesaw/milestone/11?closed=1