ali_254 Posted November 10, 2021 Share Posted November 10, 2021 (edited) hi , i want use from jquery ajax for fetch date from databse and use pagination... I searched a lot for sample code related to Create AJAX Pagination in CodeIgniter 4 But I did not find any information ... please help me Or provide the appropriate code.thanks Edited November 10, 2021 by ali_254 Quote Link to comment Share on other sites More sharing options...
Strider64 Posted November 10, 2021 Share Posted November 10, 2021 I'm not too sure as I haven't done it yet, but the only difference would be when you go fetch the data that instead of directly getting from PHP that you would get it from AJAX/JSON. That way the page doesn't reload and has a more seamless appearance to the user. 1 Quote Link to comment Share on other sites More sharing options...
ali_254 Posted November 11, 2021 Author Share Posted November 11, 2021 17 hours ago, Strider64 said: I'm not too sure as I haven't done it yet, but the only difference would be when you go fetch the data that instead of directly getting from PHP that you would get it from AJAX/JSON. That way the page doesn't reload and has a more seamless appearance to the user. I want to use the pagination in CodeIgniter 4. When I use Ajax, it is not possible to use pagination.... google Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.