I am getting one issue in this sample.
In my app i have pagination ,
For first page doing like this
- startLoader
- get data from service
- reload table and remove loader behaviour(finishLoader)
--after this never starting loader but getting some cell as loader behaviour.
First time its working fine, but when i am adding more data some times its showing loading behaviour in some cell.
I am getting one issue in this sample.
In my app i have pagination ,
For first page doing like this
--after this never starting loader but getting some cell as loader behaviour.
First time its working fine, but when i am adding more data some times its showing loading behaviour in some cell.