An open API service indexing awesome lists of open source software.

https://github.com/monkenwu/tablesigniter_ci3

Tableslgniter_CI3 is a Library base on CodeIgniter3. It will help you use jQuery Datatables in server side mode..
https://github.com/monkenwu/tablesigniter_ci3

ci3 codeigniter3 datatables-ajax datatables-serverside php

Last synced: 3 months ago
JSON representation

Tableslgniter_CI3 is a Library base on CodeIgniter3. It will help you use jQuery Datatables in server side mode..

Awesome Lists containing this project

README

        

# TablesIgniterCI3

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](https://github.com/monkenWu/TablesIgniter).

[Visit the sample website and read user guide.](https://tablesigniter-ci3.monken.tw/)

TablesIgniterCI3 基於 CodeIgniter3 。它將可以幫助你在 使用 server side mode 中使用 jQuery Datatables。

如果你希望取得 CodeIgniter4 版本的 Tableslgniter 你可以前往這個 [git儲存庫](https://github.com/monkenWu/TablesIgniter) 。

[造訪範例網站與使用指南](https://tablesigniter-ci3.monken.tw/)

## Install

### Prerequisites
1. CodeIgniter Framework 3.*

### Install

Go to the git repository to download the latest library and store it in the libraries directory:
```
{yourProjectRoot}/application/libraries/TablesIgniterCI3.php
```
### Use Library

Declare the following code in the controller that will use TablesIgniterCI3.

```
$this->load->library("TablesIgniterCI3");
```