You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because in the vast majority of case using `showTable()` as a condition
to show/hide the mat-table will introduce a bug. If a search yield no
results, then cancelling that search will never show anything anymore.
The page is stuck forever in "no result" state.
In the extremely rare cases we actually want to hide the table, we can
hardcode the condition locally.
0 commit comments