The Krotek
The Krotek
According to documentation, in case of an error "info" index should be present in response, but instead, there's only "type" index. Here's a simple example: ["success"]=> bool(false) ["error"]=> array(2) {...
There's a little issue with toArray() method. If you use custom attribute like 'data-foobar' you always get an 'undefined' for every element and returned array is just a bunch of...
I've found a weird issue with "getActive" call when it always returns the 1st match. I added this call according to the documentation, to the "change" event. Problem is that...
I always had an issue with saving large amounts of data (e.g. 10K or entries), but they all ended with 504 Gateway Timeout error. I updated the library to the...
I use this library to export data from my database. Everything works fine if I try to export not more than 10-15K entries. Ends with 504 error when I export...