Is your feature request related to a problem? Please describe.
The ngx-table component allows you to pass a loading, empty, checkbox, radio, sort and openRowState templates to the component.
This is nice in situations where we only have one or two tables, but in applications with loads of tables this becomes a hassle. We want to be able to configure this on root level.
Describe the solution you'd like
The existing configuration gets extended with the ability to define components on root level.
Is your feature request related to a problem? Please describe.
The ngx-table component allows you to pass a loading, empty, checkbox, radio, sort and openRowState templates to the component.
This is nice in situations where we only have one or two tables, but in applications with loads of tables this becomes a hassle. We want to be able to configure this on root level.
Describe the solution you'd like
The existing configuration gets extended with the ability to define components on root level.