Hesesses

Results 23 issues of Hesesses

Hello, Lets say we have the following models: - Company - Client - Note Company can have multiple Clients and admins can wrote notes on different clients. Notes can only...

Is it possible to load relation as 'something' For example I have these relations ``` protected $relations = [ 'users' => UserTransformer::class, 'activeUsers' => UserTransformer::class ] ``` I'm sending get...

Filtering From Query String Fields will automatically be filtered if the filter_fields_parameter configuration key is set to a string. It defaults to only, allowing you to filter fields from the...

Hi, The title of the issue is superbad, but i try to explain it better here: I have a http request, lets say `GET /teams?with=players` and later on my controller...

Hello, I have Transformers: ``` class ModelTransformer extends Transformer { protected $load = [ "organisation" => OrganisationTransformer::class ]; ``` and ``` class OrganisationTransformer extends Transformer { protected $relations = [...

Hello, The problem i'm having is to NOT have linked drop zones. I would like to have just 2 listings A and B. You should not be able to drag...

Hi, Would be nice to have allow-drag=true|false This would disable dragging from the container. For example I have lists A, B and C I want to move items from A...

### Description Would be nice if it would be possible to check if a row would be unique with multiple fields. For example phone field needs to be unique together...

feature request
@rxweb/reactive-form-validators

If i type searchText "one two", then it will search rows "one" or "two". Is it possible to search "one" and "two"?

Hello, I'm getting this when trying to update/install on laravel 9 project: ``` composer require asantibanez/laravel-blade-sortable Using version ^1.3 for asantibanez/laravel-blade-sortable ./composer.json has been updated Running composer update asantibanez/laravel-blade-sortable Loading...