J
J
that, this fixes the last test, and fixes #338. Cheers!
if you turn off bPaginate (`->setOptions(['bPaginate'=>false]);` the collection engine will skip the las row in the collection. this is because when pagination is off, datables will pass the parameter `iDisplayLength`...
if you use a function name as a callback, it gets escaped as a string. Expected ``` php $table->setCallbacks(['fnDraw'=>'myFnDraw']); ``` should generate: ``` javascript { fnDraw: myFnDraw } ``` current...
Fixes #1235 # What's Changing and Why Removed usage of global variable `__dirname` to avoid errors when bundling with rollup ## What else might be affected ## Tasks - [...
As the title says. I went ahead and added attachments to the mybb importer
so that, one big way to add reliability to a tool like this one is to save the progress somewhere, and give the option of resuming from there. that way...
Proof of concept for #22