IntegratedAlarmSystem-Group / ias-display

IAS Display, implemented in Angular
Other
1 stars 1 forks source link

Delay on the initial load for the tabular view #103

Closed mxolivares closed 5 years ago

mxolivares commented 5 years ago

The initial load for the tabular view takes several seconds

mxolivares commented 5 years ago

The order in the settings of the sort and pagination attributes for the dataSource will be rearranged with respect to the settings of its data considering the observations in https://github.com/angular/material2/issues/11953.

Also, the change detector will be injected in the component to be manually triggered when the data for the table is ready.