Skip to main content

Posts

Showing posts from July, 2023

Server side datatable using codeigniter 3

  What is server side datatables? Server side datatables are used to show large data sets. Advantage of server side datatables. Data processing will be server side. Show large data sets. Server-side rendering is better for SEO than client-side rendering, as it can speed up the loading time of your page, improving user experience and helping your site rank higher in Google search results. Using server-side rendering here has the benefit of keeping the information on the server-side and not delivering it to the client, even if you pull from relational databases or NoSQL stores. HTML Code <div class="tab-pane fade show active" id="tab10">           <section class="main--content" style="padding:0px;" >                 <div class="panel">                  ...