Sebastian Wróblewski

Results 22 issues of Sebastian Wróblewski

Because column property path has syntax specific for [Property Access component](https://symfony.com/doc/current/components/property_access.html), and sort property path inherits from it, in some cases, the path would be not supported by the Doctrine....

feature

The bundle should allow creating collapsible rows out-of-the-box. Every row should be able to be collapsed (accordion-like) in a multiple ways. First idea is as follows: ```php $builder ->addColumn('categories', CollapseColumnType::class,...

feature

Just for reference - we really need more code coverage for critical parts of the bundle. Additionally: - [ ] #94 - [ ] #92 - [ ] #91 -...

help wanted

Currently, the `DataTableBuilderInterface::addColumn` method currently accepts `ColumnBuilderInterface` as an argument, but nesting columns is not yet supported. I'm thinking of some simple, yet friendly API, [similar to forms](https://symfony.com/doc/current/reference/forms/types/form.html#by-reference). Let's assume,...

enhancement

To make the core bundle as small as possible, each integration with optional third party libraries, such as Doctrine ORM or PHPSpreadsheet, should be moved to separate repositories. This will...

enhancement

Similar to [EasyAdmin demo](https://github.com/EasyCorp/easyadmin-demo), this can be based off the [official Symfony demo](https://github.com/symfony/demo). The demo application should include examples of how to use this bundle, from basic definition to the...

Twig themes are a bit chaotic in some parts, with unnecessary blocks, weird attribute inheritance, etc. This has to be done before first stable release to prevent additional work with...

enhancement

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...

enhancement