extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Data Grid Refactor Roadmap

Open nzbin opened this issue 4 years ago • 21 comments

  • [x] expandable row
  • [x] row selectable
  • [x] multiple row selectable
  • [x] cell selectable
  • [ ] multiple cell selectable
  • [x] column hiding option
  • [x] column moving option
  • [x] column pinning option
  • [ ] column filter option
  • [x] column resizable
  • [x] toolbar template
  • [x] header template
  • [ ] header group
  • [x] footer template
  • [x] no result
  • [x] sidebar template
  • [x] tool panel
  • [x] sortable on frontend
  • [x] sort properties
  • [x] row selected items default
  • [x] row selection formatter(disabled & hideCheckbox)
  • [x] column type parameters
  • [x] i18n
  • [ ] virtual scroll

nzbin avatar Apr 12 '20 11:04 nzbin

@nzbin you can refer to this https://ag-grid.com/example.php for further enhancement ideas.

TejasCMehta avatar Apr 13 '20 10:04 TejasCMehta

how to achieve this type of custom headertemplate with filter inputs like, dropdown, datepicker etc?

headerTemplate should be first priority in your feature list.

image

TejasCMehta avatar Apr 22 '20 05:04 TejasCMehta

Also I think header and footer template are the most important in the list

panakour avatar Apr 27 '20 09:04 panakour

Also I think header and footer template are the most important in the list

Totally agree

Laca81 avatar Apr 29 '20 05:04 Laca81

@TejasCMehta @panakour @Laca81 The header and footer template have been added. Please try the new version.

nzbin avatar May 05 '20 07:05 nzbin

Hello, I downloaded the extensions and the ng-matero template, and I already upgraded to the new version of angular 10, still without any problems. I am wanting to use a datagrid project for my project, but I would like to know if you have a plan to implement this type of custom headertemplate with filter inputs like, dropdown, datepicker etc?

YuriGrandinetti avatar Jul 01 '20 00:07 YuriGrandinetti

@YuriGrandinetti I think you should customize the header template with your own logic.

nzbin avatar Jul 01 '20 13:07 nzbin

ok, You are doing this implementation because I like its coding, simple to understand and easy to maintain, thank you

Em qua., 1 de jul. de 2020 às 10:25, Zongbin [email protected] escreveu:

@YuriGrandinetti https://github.com/YuriGrandinetti I think you should customize the header template with your own logic.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ng-matero/extensions/issues/4#issuecomment-652416868, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIXCMEMNNDZ3HEXCUURZQNTRZM2NVANCNFSM4MGL6XLQ .

YuriGrandinetti avatar Jul 02 '20 03:07 YuriGrandinetti

@YuriGrandinetti Thanks for your advice,I will add this feature in future.

nzbin avatar Jul 02 '20 04:07 nzbin

[matSortActive], [matSortDirection] and matSortDisableClear support are also important in case of backend sort.

mlribes avatar Jul 24 '20 21:07 mlribes

[matSortActive], [matSortDirection] and matSortDisableClear support are also important in case of backend sort.

Many thanks for your PR, I have released a new version.

nzbin avatar Jul 29 '20 00:07 nzbin

@nzbin can you add right sidebar on the data grid page ? What I need is I want to open a right side bar with search form on the data grid page. can you guide me any better way to do that. I also want to open add/edit form like that too.

TejasM9 avatar Aug 05 '20 09:08 TejasM9

With virtual scroll the performance of grid will be even better.

Angular issue, stackblitz example

draylegend avatar Sep 30 '20 09:09 draylegend

@nzbin I have a requirment for selecting different rows and columns in a datagrid. Will this be possible after the datagrid is refactored? Thank you for your work. Is the current state of the refactored Datagrid in the dev branch?

ChrTall avatar Sep 20 '21 15:09 ChrTall

@nzbin I have a requirment for selecting different rows and columns in a datagrid. Will this be possible after the datagrid is refactored? Thank you for your work. Is the current state of the refactored Datagrid in the dev branch?

Have you checked the examples?

nzbin avatar Sep 23 '21 05:09 nzbin

@nzbin Yes I have read them. I think I can achieve my goal by using a Custom header template with a checkbox. I have problems to use fxLayout inside the ng-template for expandable rows. Is this not possible or are there any gotchas ?

ChrTall avatar Sep 23 '21 14:09 ChrTall

I am using the data-grid structure in one of my projects, but it seems a bit plain. How can I export (pdf - excel) and filter and search within the table? thanks @nzbin

ismailix avatar Mar 14 '24 14:03 ismailix

When using material table we can init data with dataSource. And there is no dataSource in Mtx-grid. Is it possible or could be upgraded to have this feature ?

ramax495 avatar Mar 15 '24 07:03 ramax495