How to refresh data of Table

Hi!

Table.refresh() is deprecated now. What’s the solution of this problem in 2018?

Hi,

As JavaDoc says, refresh the corresponding datasource instead.

For instance:

usersDs.refresh();
1 Like