data-table-bundle
data-table-bundle copied to clipboard
Refactor integration with Symfony Form for easier usage
Every integration with form seems unnecessarily complicated, and really buggy. For example, we cannot display validation errors on the filtration form, because form submitted in the HttpFoundationRequestHandler is different than the form displayed to the user.
Can you explain why the filtration form inputs are displayed outside the form currently ?