-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Grid Refactor Roadmap #4
Comments
@nzbin you can refer to this https://ag-grid.com/example.php for further enhancement ideas. |
Also I think header and footer template are the most important in the list |
Totally agree |
@TejasCMehta @panakour @Laca81 |
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 I think you should customize the header template with your own logic. |
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 <notifications@github.com>
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
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIXCMEMNNDZ3HEXCUURZQNTRZM2NVANCNFSM4MGL6XLQ>
.
|
@YuriGrandinetti Thanks for your advice,I will add this feature in future. |
[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 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. |
With virtual scroll the performance of grid will be even better. |
@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? |
@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 ? |
I am using the data-grid structure in one of my projects, but it seems a bit plain. |
When using material table we can init data with |
@ramax495 I'm sorry, I don't quite understand what you mean. You can use the extensions/projects/extensions/grid/grid.ts Line 194 in 16d54b6
|
@nzbin I mean Input property that mat-table has:
where
In my case I have |
I'm sorry, |
The text was updated successfully, but these errors were encountered: