N
N
ngc7892016-03-16 21:30:46
Programming
ngc789, 2016-03-16 21:30:46

Widget for yii2 not working?

Tell me how to use this widget kop.github.io/yii2-scroll-pager
I need to display comments with Ajax, I can do it natively, but I work on yii for a couple of days.
Let's say I find all the comments I pass to

$provider = new ActiveDataProvider([
    'query' => Post::find(),
    'pagination' => [
        'pageSize' => 4,
    ],
]);

во вьюшке я как понимаю должен через цикл вывести комментарии, добавить контейнеру класс list-view и item для каждой записи и передать провайдер дополнительно в опцию виджета. Но у меня не выходит, подскажите в чем ошибка?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question