Total Items shown in the footer for an empty grid is 1, when it should be 0 (zero) since, well, it's empty.
I believe this can be fixed at line 1556 via the following:
return self.config.pagingOptions.totalServerItems() || self.sortedData().length || 0;
instead of using: