ci_bootstrap_3 icon indicating copy to clipboard operation
ci_bootstrap_3 copied to clipboard

Grocery_CRUD_MultiSearch

Open buoncri opened this issue 9 years ago • 3 comments

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

search_3 1

If you think this can be a future to add i can make a pull request. Bye ;-)

buoncri avatar Oct 29 '15 10:10 buoncri

Luca, posso contattarti?

blondie63 avatar Apr 11 '16 12:04 blondie63

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

blondie63 avatar Apr 12 '16 08:04 blondie63

Thanks for the suggestion, I will keep it in mind and consider adding it after investigation.

waifung0207 avatar Apr 18 '16 04:04 waifung0207