ra-data-nestjsx-crud
ra-data-nestjsx-crud copied to clipboard
Data provider which integrates React Admin with NestJS CRUD library
We had difficulities using this provider when having a strict validation on the entities. To make this work, we removed the logic to only send changed values during the update...
I am using react-admin 5.1.0, @dataui/crud 5.3.4, @dataui/crud-typeorm 5.3.4 but the problem is the sorting and filters doesn't seem to work what i noticed is the sent syntax is: http://localhost:4000/api/admin/developers?&filter%5B0%5D=s%7C%7C%24contL%7C%7Csomename&filter%5B1%5D=name%7C%7C%24contL%7C%7Cas&limit=10&page=1&sort%5B0%5D=id%2CDESC&offset=0...