Martin Procházka
Martin Procházka
Hello, I'd like to ask, could we come up with some way to rework disabling validation scope for selected fields? Currently if you have 17 fields and one of them...
Hello, I have a huge tables (10s of millions of rows) which I use for searching in using datagrid. How ever there is an issue, COUNT for paginator is awfully...
I found myself in need of setting query hints in DoctrineDataSource. I implemented this functionality as I thought it would be good to use.
Would it be possible to make the ```DataGrid::addColumn``` method public so anyone could create custom column logic and use it within DataGrid?
**✏️ Describe the bug** Hello, I have issue with timezones from PostgreSQL. Returned date has timezone '+01:00' instead of 'Europe/Prague', generated iCal using this DateTime instance does not work. **↪️...
Version: v3.1.11 ### Bug Description I am trying to add class in definition to input rendered using `n:name`, however it does not happen. Am I trying to do something that...
I am stuck right now on error: "Use of "self" in callables is deprecated" Yes it is just deprecation, however it still needs fixing. I didn't see supported php versions...
Related #97
Hello, I wanted to show image of user in datagrid, however `Image::createLink` method returns path without the `$basePath` variable. ```php public function columnName(User $user): Html { $presenter = $this->getPresenter(); $basePath...
#### What does this PR do / why do we need it? - AirMode is empty on BS5, because the class .note-popover-content is not included. #### Which issue(s) this PR...