omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
251 stars 113 forks source link

Not working in symfony 5.2 #207

Closed raulcejas04 closed 3 years ago

raulcejas04 commented 3 years ago

Here is my detailed explanation https://stackoverflow.com/questions/65649554/omines-datatables-in-symfony-5-does-not-work.

I will appreciate documentation and examples of omines datatables-bundle.

Thank you.

maxhelias commented 3 years ago

It works very well for me in 5.2. Try without "minimum-stability": "dev", in your composer.json

Gerben321 commented 3 years ago

I've got a working 5.2.2 project and wanted to add this bundle. Getting exactly the same error. Starting a new project like in te Stack Overflow isn't an option. How can I troubleshoot what's missing? Already get the Sensio Extra bundle as suggested.

curry684 commented 3 years ago

@shades684 we're using the bundle in multiple 5.2.6 projects right now I believe?

juaniAla commented 3 years ago

Hi, guys. We're using this bundle in 5.2.3 symfony projects. Everything is going perfectly

curry684 commented 3 years ago

I've also tested it, no issue whatsoever and certainly no 'phantom' dependencies like Sensio.

Closing as there is no reproduction scenario.