In a application many fields are there and all the fields are having filters ( text box) . so once user will enter the value in any one of filter immediately UI data (UI table) will start getting refreshed.
I wanted to wait for data to be loaded in UI and then apply the another filter.
Is there any way to wait until data gets loaded without using Thread.sleep