ci_bootstrap_3
ci_bootstrap_3 copied to clipboard
Grocery_CRUD_MultiSearch
For my projects on top of ci_bootstrap_3 i am using this extension of grocerycrud (https://github.com/Akshay-Hegde/Grocery_Crud_MultiSearch).
This extension is powerfoul for searching and simple to add via your Crud (wrapper) lib by adding the library file and inserting two lines. (and replacing of one file of the flexgrid theme).
// Initialize CRUD table via Grocery CRUD library
// Reference: http://www.grocerycrud.com/
public function generate_crud($table, $subject = '')
{
// create CRUD object
$this->CI->load->library('Grocery_CRUD');
$this->CI->load->library('Grocery_CRUD_MultiSearch'); //those
$crud = new grocery_CRUD_MultiSearch(); //lines
$crud->set_table($table);
..... ecc. ecc.
Here a simple screenshot of the results
If you think this can be a future to add i can make a pull request. Bye ;-)
Luca, posso contattarti?
Mi dai una tua mail?
Mauro Miotello
Inviato da iPhone
Il giorno 12 apr 2016, alle ore 09:31, Luca Buoncristiani [email protected] ha scritto:
ma certo che si
— You are receiving this because you commented. Reply to this email directly or view it on GitHub
Thanks for the suggestion, I will keep it in mind and consider adding it after investigation.