bedengler
bedengler
I like the idea and for a project I'm working on (with atk4) I need the filters plugin you described (where you can define columns to show / hide, save...
I would make that selectable. Sometimes it's good, sometimes not. If you show just some info it's good. If you open a form where the user enters something it could...
What about that feature? It's desirable to me 😉
Fixed it for now with that code directly in the file where I call wizard: ``` // Get current step $currentStep = $wizard->currentStep; $alwaysLink = true; // If false, only...
If that helps: In my app I have added a function called "t": ``` function t($stringtotranslate) { if(defined($stringtotranslate)) return constant($stringtotranslate); else return $stringtotranslate; } ``` All strings are defined as...
Go to https://ui.agiletoolkit.org/demos/collection/grid.php and click on the magnifying glass of the search field. Nothing happens. Click into the search field itself and the cursor jumps into the field and you...
Good point. And fully agree. Should we also take into consideration, if $hasAutoQuery is true or false then? And keep the functionality of focussing when clicking the magnifying glass if...
More details on the issues: ### 1) Usability - In terms of usability, it can make sense to maintain the selection over pagination. - Switching to higher IPP forces the...
Steps to do: - [ ] Enhance addSelection() ``` /** * @param $checkedArray contains an array with IDs that should be checked * @param $preserveSelectionOnAllPages if set to true, the...
> This is legit point. IPP change should not reset the selection. Not only that, what, if the max. selectable IPP is 100 and you have 115 entries. No chance...