You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the latest Version of Datatables and Laravel-datatables. I have a problem that the second page are not shown if i click on the pagination buttons.
I have checked the server response and the data are correct. I check with dd() the $table and i see in there the data for the second page.
I have no idea where the problem is. Have anyone a hint for me?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use the latest Version of Datatables and Laravel-datatables. I have a problem that the second page are not shown if i click on the pagination buttons.
I have checked the server response and the data are correct. I check with dd() the $table and i see in there the data for the second page.
I have no idea where the problem is. Have anyone a hint for me?
here my Controller file:
`if ($request->ajax()) :
`
Andreas
Beta Was this translation helpful? Give feedback.
All reactions