Babaiev Ihor
Babaiev Ihor
Added info about sorting for relations. En Fixes # ## Proposed Changes - - -
Fixes # ## Proposed Changes I suggest adding the ability to change the position of the command bar in the Layout::block(). This can be useful in some cases where commands...
Fixes # ## Proposed Changes - Added method sizes() for settings collumns width in Matrix field? using bootstrap sizes Example: ```php \App\Orchid\Fields\Matrix::make('parts') ->title('Parts') ->columns(['name', 'code', 'program_code', 'notice']) ->fields([ 'name' =>...
## Proposed Changes - Added new Select field. The field combines the functionality of the Select field and the Relation field - The method of sending a request to the...