Rakasch

Results 11 comments of Rakasch

Would probaby make sense to have the same for button-classes and style, too.

Here's an example use case: - each button has a specific color (custom class needed) - each button needs a tooltip ![image](https://user-images.githubusercontent.com/8471027/189358126-8ce161bc-6c70-4f89-a968-3c024c2e7f3a.png) ![image](https://user-images.githubusercontent.com/8471027/189357444-f754430a-087c-48c0-88c3-9d1966fe68d5.png)

my interim solution is to change the label if a filter is active and show a flat list of the breadcrumbs. ![image](https://user-images.githubusercontent.com/8471027/189854972-2b60ce66-c38c-4110-a359-6b2247c556d3.png)

Thanks for the suggestion of a workaround. But I am hesitant to use it. Using refs to manipulate the internals of another component has some disadvantages. -it creates a strong...

Here's an example problem case. The Overlay hides the other IconButtons. It would be much more convinient, if the Overlay was displayed to the left of the Icon. ![image](https://user-images.githubusercontent.com/8471027/156008043-7fdb0996-9b8a-4590-ae27-41228f83e240.png)

@levitin Someone told me that it is now possible to pass a function. At least the documentation states `sortField - string | Function`. I haven't tried it yet, but maybe...

yes it still happens (I'm on cakephp 4.5.1, with migrations 3.9.0) ![image](https://github.com/cakephp/migrations/assets/8471027/809e0e71-b781-4cca-8028-eed43527ce9c)

ok seems thats basically not supported. Only with hacks :( Joins dont work either. https://github.com/cakephp/cakephp/issues/15515

I can do a workaround like this: ![image](https://github.com/cakephp/cakephp/assets/8471027/4d45d79c-9bcc-4dcf-96a3-4adc02a795db) So basically the query works, cake just doesnt take the db prefix of defaultConnectionName. Same issue for joins.