Skip to content

v0.10 - DataTable comes along

Compare
Choose a tag to compare
@rstoenescu rstoenescu released this 11 Dec 11:47
· 13874 commits to dev since this release
  • DataTable component (replacing old Grid component from Quasar <= 0.7)
    • Sticky columns
    • Sticky headers
    • Filter (by all columns or by one column)
    • Sorting by columns
    • Cell formatter methods
    • Cell component renderer (through Vue scoped slots)
    • Pagination
    • Column picker
    • Row selection (single or multiple)
    • Responsive (changes view design when width is smaller than 600px to best accommodate small screens)
    • Refresh functionality

screenshot from 2016-12-07 10 31 54

  • Ajax loading bar (like Youtube)
    • Intercepts Ajax calls regardless of Ajax library you're using.
    • Positioning on top, bottom, right or left
    • Direction support (default or reverse) for all 4 positions
    • Delays showing up with 1s (no reason to bother for calls that take less than 1 second)
    • Custom color support
  • Select & Datetime
    • static-label prop
    • labels are rendered as HTML code instead of a simple String