Luc Vieillescazes
Luc Vieillescazes
First step, bootstrap of flysystem in #19
Hi Pierre, I know this bundle lacks of documentation... but help is welcome :-) I will try to answer all of yours questions. First, here is an exemple to use...
I wrote 2 exemples in the [documentation](https://github.com/iamluc/GloomyPagerBundle/tree/master/Resources/doc) : - AJAX (better than the one in this thread) - Custom datagrid (custom filters, display, ...)
I just added an exemple with a QueryBuilder in the documentation. Tell me if you need something else :-)
Hi Pierre, I'm currently on vacations. I will try to answer next week.
Hi, Concerning the Field class, the arguments are : $property : It is the way to access and display the data If you use the QueryBuilderWrapper or the EntityWrapper, it...
Hi Pierre, Sorry for the delay. I don't understand why you said you can't theme your datagrid because datagrid_content() is in a block. I just tried that and it works...
You have 2 solutions : **With layout** ajax_layout.html.twig (which can contains only one single block) ``` html+django {% block body %} {% endblock %} ``` datagrid.html.twig ``` html+django {% extends...
Hi Pierre, It's done ! Glad to see that everything works for you.
Hi, Unfortunatly, bootstrap.css is not my own CSS, it comes from http://twitter.github.com/bootstrap/ So it cannot be changed easily.