portapipe

Results 50 comments of portapipe

Hi. I have the premium bootstrap theme installed. Tested with other theme, same problem. And I think `$select = "`{$this->table_name}`.*";` is not so good for performance

We are using European dd/mm/yyyy format and is should be good to have it working in that format. There is the Boolean search that is not working as expected. We...

Mmmm... I’ve added the join() function in my branch (It has more stuff but not as beautiful as Scombourdis ;) ) Try it and it will add you the power...

Did you use the join() function? If have to use the complete name: table.fieldname Ex. $crud->join(“client”,”client.id = event.client.id”); $crud->select(“client.name as ‘client.name’, client.surname as ‘client.surname’, event_name”); $crud->where(“client.name”,”portapipe”); Then you’ll have the...

This could be an interesting feature. I think that the bootstrap theme can implement this not-so-hardly but it needs some work. Anyway I think JavaScript should help you with this....

I think there is no example around for GroceryCrud itself but as I said you can do everything with jquery. I’ll try to make it today if I found some...

I'm trying to look at this problem but I can't get what it should be. I think that 'datatables' template use his own search stuff, while bootstrap is using a...

@bvrignaud for your information I did a GC branch with lots of stuff that I’ve sent to scoumbourdis that you can download and try. I’ve added “join” and “select” plus...

Hi @kapilchugh-git The Bootstrap theme is a scoumbourdis premium theme and I don't know if I can share that code. Meanwhile I've sent a merge request with the "last" addon...

This happen on the "datatables" theme only. Try "flexigrid", I've just managed 4393800 records :) I think datatables and bootstrap 3 themes needs some huge maintenance.