Currently, the datatable contains a loading observable that is set before loading data from the server. There is also a showLoading computed which just returns the value of the loading observable.
We should eliminate the showLoading computed and just have the loading observable.
For now, we could just point showLoading to the loading observable for backwards compatibility and note that showLoading is deprecated.
Currently, the datatable contains a
loadingobservable that is set before loading data from the server. There is also ashowLoadingcomputed which just returns the value of theloadingobservable.We should eliminate the
showLoadingcomputed and just have theloadingobservable.For now, we could just point
showLoadingto theloadingobservable for backwards compatibility and note thatshowLoadingis deprecated.