Antonio Norman
Antonio Norman
Hello, I had the need to limit movable rows to their groups ( I think it could be a nice feature to add ). I found a way to do...
**Describe the bug** Calling page->pdf() throws error Protocol error (IO.read): Target closed. ($page->screenshot() works, so the page loads) Stack trace: ``` #0 \vendor\nesk\rialto\src\ProcessSupervisor.php(453): Nesk\Rialto\ProcessSupervisor->unserialize(Array) #1 \vendor\nesk\rialto\src\ProcessSupervisor.php(382): Nesk\Rialto\ProcessSupervisor->readNextProcessValue(true) #2 \vendor\nesk\rialto\src\Traits\CommunicatesWithProcessSupervisor.php(84): Nesk\Rialto\ProcessSupervisor->executeInstruction(Object(Nesk\Rialto\Instruction))...
Hi Oli, I had a go at implementing the feature request #3962. I added the option `paginationLastPageErrorResetTo` that expects a value of `first` or `last` with the default of `last`....
Hi, Not sure if this is a bug or a misuse of Tabulator. With remote data & remote pagination. When the current page is loaded from the persistence and the...
Fix for exporting in xls when the report contains empty datasets
Hey Oli, I have a problem with Tabulator recursively recalculating the table height when the table has a max-height ( allowing the table to shrink if the data is less...
fix for Error: Attempt to assign property "step" on null in extended templates + added tests closes issue #1036
Hi, The `FormData` hook calls `getElementById()` using the input name as the id https://github.com/RobinHerbots/Inputmask/blob/477f8742d0edb0b916c30d5fb8cf50e83fbcf6e5/lib/global/FormData.js#L10C1-L11C1 I think `const element = document.getElementById(entry.value[0]);` should be `const element = form[ entry.value[0] ]` and also...