Florian Klein

Results 95 comments of Florian Klein
trafficstars

that's definilty a good idea.

SSE would be better than websockets I think.

yeah, the path I meant is `src/App/Resources/config/services`. The last folder (services) is interesting because Resources/config is full of unrelated stuff, and it's messy to mix unrelated yml files (routing &...

i knew it was amibguous :) I meant "& co" => "and all that stuff" => "etcaetera" :)

Yes indeed the datatable is not very finished actually. We would be more than happy if you would like to put these additions to the docs: https://github.com/KnpLabs/rad-edition-site Just make a...

Great! :) The rad-edition-site is the code behind http://rad.knplabs.com . It's a simple jekyll app that contains our doc. (PS: my example was for the docs). Thanks!

Concerning the changes, there are some internal renamings that needs to be done (like bootstrap option, see #86 ) and other stuff (like twig blocks than are badly named. Moreover,...

at the end it would look like: ``` jinja {{ bootstrap_datatable(items, {theme: 'Twitter_Bootstrap', links: { show: { url: path('app_user_show', { id: user.id }) }, delete: { url: path('app_user_delete', { id:...