quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.76k stars 3.5k forks source link

[Request] QTable: Group Rows By ColumnKey #1491

Closed DomenicoCatrambone closed 6 years ago

DomenicoCatrambone commented 6 years ago

There are few table components that have a "GroupBy" prop. Can you add that in the future? Actually that can be achieved sorting rows and use vanilla js to add a row when needed. (So you must disable manual sorting).

Are there better methods? I need only one level group like:

Good
  Superman
  Ironman
  Spiderman
Evil
  Joker
  Thanos
rstoenescu commented 6 years ago

Hi,

Please check out the QTable in v0.15 (replacing the old data table component). Specifically, look at using scoped slots to achieve what you want. Thank you.