Florian CAVASIN
Florian CAVASIN
I mean .. it's only a `symfony new --demo my_project` and not MY project. Not my fault if a demo project is not working...
Still an issue in `1.0.0-beta10`. Possible workaround is to remove the responsiveness of the div table container `table-responsive`. 
I'm currently creating a new project which uses AdminLTE 3, I've been using V2 since two+ years (and I really appreciate all the hard work :+1:). > is there anyone...
> As I am using a wild mix between branch v3 and bootstrap and adminlteV3 myself... @wucherpfennig What is the reason to that ? (just curious)
@kevinpapst I'm looking towards your new `tabler` bundle. I know it rough to ask that, but can you provide any "current state" / WIP / "Roadmap" in your README bundle....
Just coming out from brainstorming, we will use your (@kevinpapst) new tabler bundle. No need for us to learn how to manipulate AdminLTE 3 if you are developing the Symfony...
ℹ️ Note ℹ️ I want to add the `nav-legacy` and `nav-child-indent` class to the menu. The best way I've found to do it is inside `KnpMenuBuilderSubscriber.php`: ```php $menu->setChildrenAttribute('class', $menu->getChildrenAttribute('class') ....
> I am neither using this branch nor the KnpMenu. I can see from your [Demo Repo](https://github.com/kevinpapst/AdminLTEBundle-Demo/tree/adminlte-3/src/EventSubscriber) that you have a Knp Subscriber. Did you do your tests from there...
Same question here, and with the doc I don't understand either.. In my case it is also with a user CRUD, sidebar display only : `list` and `create`, but I...
@kevinpapst Thanks for the fast anwser !! I've upadted my question (a lot, I didn't think you will respond that fast). I just added my admin_lte.yaml and services.yaml. As you...