Render a
Only columns are required when using the component.
TablePaginatorMode is used to change the default behavior of the table pagination.
Auto:
The auto
mode assigns the paginator to the MatTableDataSource paginator method.
The auto
mode will handle the number of pages, the length and page events. Page events
are still sent to the action emitter in auto mode.
Async:
The async
mode does not assign the MatPaginator to the MatTableDataSource. The paginator is rendered
but does not control the length, page index or items per page. When using async
mode the parent component
must listen for PAGINATOR
action. The PAGINATOR
action will return the new page index and the page length.
The parent component must update the data
passed to the table in order to trigger a re-render.
Generated using TypeDoc
Built in form elements for inline editing or default text TemplateRef