Thanks for again fantastic article.
One irrelevant question not related to this article.
I am in searching for table grid like primeng, ag-grid, etc.
Looking for open-source library.
Currently using material angular in project but mat-table doesn’t support column resize and drag-drop like we have in primeng and ag-grid.
I don’t want to include extra libraries to implement this functionality but it seems that i had to use 3rd part library for supporting only table having features for column resize and drag-drop.
It would definitely increase our bundling size by using more 3rd party libraries. For example: Angular + Angular Material + Primeng/Ag-Grid ( for table only * ) 👎
Let me know what’s your thought on this, what would you choose from to implement table or maybe it can be your next article 😎that show how we can implement column resize and column drag-drop in mat-table that works like ag-grid and primeng.
Regards