Julian Hundeloh
Julian Hundeloh
I think it would be a great addition if we could order by nulls first/last, i.e. see https://www.postgresql.org/docs/current/sql-select.html#SQL-ORDERBY. Maybe as a new `Builder` trait? What do you think? If possible,...
This PR adds support to create functions. We can of course change the signature but this is just a first proposal because I think it would be a great addition.
This PR allows you to create the given type as an array with customisable depth.
This is actually a feature request and it would be cool to use Postgres' check constraints. `text` and `json(b)` fields are (almost) unlimited by default so that would be a...
When adding the style `backgroundColor: 'rgba(0, 0, 0, 0)'` to the header, the header is shown as white instead of transparent.
This PR gives the titleComponent a very high flex value so it takes the full width that is available.
## 🎁 Pull Request * [X] Used a clear / meaningful title for this pull request * [X] Tested the changes in your own code (on your projects) * [...
This PR will add the possibility to use a callback for the `$config` parameter. Having this it will allow you to support dynamic languages: ````php 'config' => function ($model) {...
It would be cool if we could explain SQL queries like suggested here: https://github.com/itsgoingd/clockwork/issues/281 This PR is just a stub to explain how it would work in general. @itsgoingd would...
## Detailed description When using `InlineCss` middleware I noticed that the middleware misses a space and in the example below you can see how there is no space between the...