Good morning everyone,
I'm evaluationg the angular component library to see if it could be a good fit for us.
So far I found them super interesting and well designed.
I have a couple of questions I couldn't find in the Docs.
Missing functionality:
I would like to have some kind of page size controls for the grid.
Missing functionality:
I would like to collase a group of stacked headers.
I miss this functionality so much, "sum up" the info in the grid in such interesting way.
It's quite usefll for mobile, as you don't have to scroll as much.
It's similar to the Pivot but not exactly the same. Pivot is grouping by a column, this is only a herarccical structure of columns, right?
Here there is an example: https://www.ag-grid.com/javascript-grid-grouping-headers/
Bugs:
SITUATION:
I would like to edit the value of a column that is also a grouping column to change the group it belongs to.
PROBLEM:
If you have a grid brouped by a column, and you keep the grouping column visible, and you change the value of that column for one row it's not refreshing the group it belongs to.
EXPECTED BEHABIOUR:
When I save changes the groups get recalculated becouse I have modified a grouping column.
EXAMPLE CODE:
https://stackblitz.com/edit/angular-fzcc4w-2n83be
SITUATION:
I would like to show and hide the grouping bar onlu when there is a group.
PROBLEM:
group bar hidden => group bar visible, then size of the grid inncreases and overflows the container. (The page controls are hidden becouse of the new grouping bar)
How to recalculate / resize the grid ?
EXPECTED BEHABIOUR:
I can show and hide the grouping bar and recalcualte the height of the grid so that every control apears in the screen and I don't have to scroll
EXAMPLE CODE:
https://stackblitz.com/edit/angular-fzcc4w-2n83be
OTHER:
Quite a few of the pages of the documentation are not working.
https://ej2.syncfusion.com/angular/documentation/api/listview/
https://ej2.syncfusion.com/angular/documentation/listview/how-to/listview-with-hyper-link-navigation/
https://ej2.syncfusion.com/angular/documentation/listview/how-to/load-the-spinner-until-list-items-are-loaded/
https://ej2.syncfusion.com/angular/documentation/toast/action_buttons/
And some more...
Thank you for your time :)
Victor
Greetings from Barcelona
Victor