How to make checkbox selected on mat-table page change?
I’m developing a table using Angular Material where user can also select the rows using checkboxes. So far the logic is working fine when the table has all data and changing of pagination doesn’t effect the selections. But when I moved to server side pagination, the dataSource
has become dynamic and the checkbox selections not rendering in view again when going back to the previous/next page that have the rows selected. I’ve checked that the selection.selected
is holding the value even on page change but why it’s not showing in view that’s the question.
Do we have the support in angular material for dynamically adding previous and next month dates in current month calendar?
For example if we check the calendar for June month we have may month dates and also july month dates as well. We are using angular material currently, but I dont these sort of examples there, can someone help us on this work item?