Yii2 List view to retrive data column wise on scroll

Hi
I have a page where i need to show data according to column logic wise :1st column Review data, 2 nd column :Accepted Data, and 3 rd column Rejected data. I can show data in this way but problem is wheile on scrolling only data of first column retrieved, rest are not retrived. I use List view and infinite scroll. Plz help me to solve it .

The problem seems to be out of the framework. Yii doesn’t have infinite scroll or anything that resembles what you have.

1 Like

Then what can i use to load data on scroll in list view?

JavaScript.

1 Like

Yes,But cannot we use any yii2 list view plugin?

You mean extension? Likely there is one but it’s not part of the framework itself and depending on the extension, questions should be directed to its author.