TablesIgniterCI3 is an addins base on CodeIgniter3. It will help you use jQuery Datatables in server side mode.
If you want to get CodeIgniter4 version of Tableslgniter you can go to this git repository.
Visit the sample website and read user guide.
TablesIgniterCI3 基於 CodeIgniter3 。它將可以幫助你在 使用 server side mode 中使用 jQuery Datatables。
如果你希望取得 CodeIgniter4 版本的 Tableslgniter 你可以前往這個 git儲存庫 。
- CodeIgniter Framework 3.*
Go to the git repository to download the latest library and store it in the libraries directory:
{yourProjectRoot}/application/libraries/TablesIgniterCI3.php
Declare the following code in the controller that will use TablesIgniterCI3.
$this->load->library("TablesIgniterCI3");