Answer the question
In order to leave comments, you need to log in
How to hide the text of how many entries are shown in a ListView widget?
ListView and GridView output: "Records shown 1-1 of 1" and then the list itself.
The question is how to hide it.
Answer the question
In order to leave comments, you need to log in
change layout
echo ListView::widget([
'dataProvider' => $listDataProvider,
'itemView' => '_list',
'layout' => "{pager}\n{summary}\n{items}\n{pager}",
]);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question