Codeigniter-DataTables
Codeigniter-DataTables copied to clipboard
CodeIgniter Library For Ajax Server Side DataTables 1.10 >
I just normalized the identation of the examples to improve redability.
how can I call the values from the table that joined, it joined to the same id of the table, -------------Model----------------- public function joinArray() { return array( 'user|left' => 'user.user_id...
how can i add checkbox to select some values ?
I want to filter/delete some records based on values of some column, i do not want to filter that field on database query level, i want when records populated from...
Need a dynamic where clause, so that we can use custom search filter.
Hi, first of all thanks for sharing this nice library works great. How do I prevent this error when table has no records? Error Number: ERROR: syntax error near «)»...
Hello, i am using CodeIgniter v 3.1.2 with HMVC, **Have error:** A PHP Error was encountered Severity: Notice Message: Undefined property: DatatableControl::$db Filename: libraries/Datatable.php Line Number: 140 Backtrace: File: C:\OpenServer\domains\sa\application\libraries\Datatable.php...
Hello @zepernick , just wanted to report the following problem: I have two tables, 'products' and 'product_types', both having a 'name' column. I want to display the products table with...
Ordering by appendToSelectStr field causing DB error in Codeigniter 3.1.0, haven't tested on other version. Resolution: To use original colname with removed $. should do the trick. Current version uses...
I got this error with the latest version of Codeigniter-DataTables, Can you please help? Fatal error: Call to undefined method CI_Input::post_get() in /var/www/html/test/application/libraries/Datatable.php on line 136