Open
Description
Feature Description
Make it possible to set a template for default cell (if no field matches any template).
It can be <ng-container matColumnDef>
or <ng-container matColumnDef="*">
E.g.
https://bootstrap-vue.org/docs/components/table#scoped-field-slots
https://shlomiassaf.github.io/ngrid/concepts/columns/templates (Default (catch-all) template)
Use Case
The most common case if table has most part of cells in the same style but several in other one