Stefan Schuchlenz
Stefan Schuchlenz
same here, did you find a solution?
> * does it happen only with userId? No, it also happens when I filter on other fields like `title` (tried with `_eq` as well as `ne`) > * what...
I've checked, the `sort` is there in the variables, but `filters` is missing completely
Update on this: I tried now to circumvent the`userId` property so I created a new custom property (named `slug`) which automatically gets the creating user's `username` value, thus allowing me...
@eric-burel is there an ETA yet for the next release? because this is something which really renders Datatable quite useless (and it is an awesome component!)
Not yet, thanks for the hint, I'll check
Thanks for your reply - I added the request here https://gist.github.com/sschuchlenz/89d608263af51225e253 When I submit this as `x-www-form-urlencoded` it results in the mentioned error, if I use `form-data` it results in...
In fact my gist is just the curl-representation of my API tests with postman (https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm), I only use curl directly on a case by case basis and only for simple...