Volodymyr Strilets
Volodymyr Strilets
Can't figure out how to customize the SelectWidget to accept the option group. In the andt, we can pass an options key to create a new group. See [example repo](https://codesandbox.io/s/antd-reproduction-template-forked-md2rv?file=/App.js)...
Is it possible to use a nested filter inside `@CrudAuth` ? For example; I have this relations: `Projects - N:1 - Client - 1:1 - User` My crud looks like...
Is there any "correct" way to filter allowed query fields, for example: ``` class User { name: string; email: string; } ``` I want to let to GET request filter...