Hi,

Thanks for your quick answer.

We also in the meantime found out that ..

        private void clearTable() {
                if (dataProvider.getDataDisplays() != null &&
dataProvider.getDataDisplays().isEmpty() == false) {
                        dataProvider.removeDataDisplay(cellTable);
                }

                clearTableColumns();
                
cellTable.setVisibleRangeAndClearData(cellTable.getVisibleRange(),
true);
                cellTable.setLoadingIndicator(imageProcessing);
        }

did the trick !

On 1 Feb., 14:44, Thomas Broyer <[email protected]> wrote:
> AFAICT, CellTable shows the loading indicator only when the LoadingState is
> LOADING, and that one is set by the internal HasDataPresenter only when the
> known rowData is empty (and the rowCount is not 0). So I think you need to
> call setVisibleRangeAndClearData().

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to