Antonio Norman
Antonio Norman
Hello! Here's what I did (...errr still working on)... This works on Chrome. (for info, I'm using an "Admin Dashboard Theme" based on bootstrap 4) I wanted the print page...
I can certainly give it a try! What should be included? the modal is dependent on bootstrap so I'd leave that out. Just the function that is called with the...
Easily I don't think so, because if the chart is long (vertical) as well as wide (horizontal) it would require some kind of poster pagination. I think the best option...
Can you elaborate more on "certain PDF size" ? page size or overall document size? I used to work drawing electrical installation drawings and from Autocad would export PDFs with...
Had the same issue when debuging, I had a lots of notices in the console. Plus a possible performance loss from the notice being issued ( https://stackoverflow.com/questions/1868874/does-php-run-faster-without-warnings ) Maybe it's...
I just had a quick look at the change, so I might have missed something, but doesn't this change the behaviour of the default modifier? before default was used for...
Just seen that this is probably a duplicate of https://github.com/olifolkerd/tabulator/issues/3317
Hello, this isn't really an issue so as it's related to the token parsing I'll add it here 🙃. I've just started looking at Snuggsi to use in an existing...
Hey @olifolkerd, I've just ran into this issue using a table with 1 collapsed row of varying height  I noticed in the `VirtualDomVertical` module in `_removeTopRow` the row height...
Hey, No the table only has a `maxHeight` passed in the table options I recreated a simple version of HTML/JS outside of jsFiddle and put it in a html file...