Tablesaw Versions Save

A group of plugins for responsive tables.

v1.0.5

8 years ago

v1.0.3

9 years ago
  • Custom sort functions, instructions on README #86
  • Fix for swipe threshold configuration, #79
  • Adds data-tablesaw-swipe-media="(max-width: 1280px)" media query option to restrict swipe table fixed column widths to certain breakpoints, #84
  • Swipe tables will measure against table width, not container width (important if you’ve set an explicit width on your table), #78
  • src/i18n.json for easier build-time internationalization, #87

v1.0.1

9 years ago

Fixes:

  • #65: Sort negative numbers
  • #66: Using the Mode switcher to move away from stack erased the table!
  • #67: Adjustments to swipe thresholds for swipe table, adds configuration options.
  • #70: Improved clarity in Kitchen Sink demo.

v1.0.0

9 years ago

Breaking change: All data attributes are now namespaced data-tablesaw to prevent collisions with other plugins.

Fixes #18.

v0.1.8

9 years ago

Fixes:

  • Issue with table toolbars not positioning correctly in relation to neighboring content.
  • #37 Persistent columns taking too much space, preventing other columns from being shown
  • #49 HTML stripped from stack labels
  • #57 Separation of presentation styles and behavioral styles. A Bare CSS file was added that removes a lot of the presentation table CSS.

v0.1.7

9 years ago

This release finally includes an easy-to-download zip file for easy consumption of tablesaw. We also moved from away from external images to full internal CSS iconography (removing dependencies, simplifying the implementation process). Simply include the CSS and JS files for tablesaw and its dependencies and you’re ready to go.