LucienLee/vue-data-grid

Extra functionalitys

Opened this issue · 1 comments

Congratulations on work.
I would like to know if there is an intention to create functionalities like:

  • Dynamic grouping by dragging columns into a group panel,
  • Resize columns enabled;
  • Editing records.

Good work on the implementation!
Could you kindly provide some tips/insight on implementing below features:

  1. An entire row of detail view when clicking on a row as against detail view on clicking a single column.
  2. Pagination view separate from the table view to traverse all records that do not fit on a page or go to a specific page.
  3. Search filter view

Also need help understanding how to effectively customize the interactible, hasDetails and filterables setting.