ra-data-nestjsx-crud
ra-data-nestjsx-crud copied to clipboard
Data provider which integrates React Admin with NestJS CRUD library
Hi guys! I want to select more than one category but I'm confused about how to use OR in cumulative filters. An example from react-admin documentation suggests to use arrays...
I am using nest.js a crud REST API resource. When I delete a record from react-admin UI, the DELETE method of the nestjs crud resource is called via my ra-data-nestjsx-crud...
`import { BooleanInput, SelectArrayInput, SelectInput, TextInput, } from "react-admin"; const stringValuePlans = localStorage.getItem("hotelPlans"); let plans = []; if (stringValuePlans) { plans = JSON.parse(stringValuePlans); console.log(plans); } let subscriptionStateChoices = [ {...
import omitBy from 'lodash.omitby' is not supported now could you update that ?
### **Breaking changes:** - This PR significantly deviates from it's forked project, in that a reorganization of the folder structure was required to allow this to be added as a...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.5. Commits 707e1b2 3.0.5 a8763f4 Improve redos protection, add many tests bafa295 Use master branch for travis badge 013d64d update travis See full diff in...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Does this support React 18/React Admin 4.5? I am seeing the below errors when trying to compile: ``` Module not found: Error: Cannot find file: 'index.js' does not match the...