rich text in form
I am working on slatejs rich text with ant design form. can you help me get the value
datatable types
hello, guys, i have an issue i am having for several days. I wanted to make a table component using useTable hook from
"@refinedev/react-table"
Basically, the columns field don't want to accept ColumnDef<TData>[] type value. It gives me:
ColumnDef<TData, any>[]' is not assignable to type 'ColumnDef<BaseRecord, any>[]
but if I try to hard code the columns to a type ColumnDef<BaseRecord, any>[] , it errors: Type 'BaseRecord' is not assignable to type 'TData'. Please help me...
how to show antd modal instead of window.confirm when user have unsaved changes?
the unsaved changes currently show the window.confirm but we would like to replace it with models from ant design
using go method how can I pass extra information to a page
using go method how can I pass extra information to a page
Best way to access custom methods on a dataProvider
We have a dataProvider that looks like-
```
const nestCrudProvider = dataProviderNestjsxCrud(API_URL);
const dataProvider = {
...nestCrudProvider,...
In the edit page, how do you remove form values?
I have a resource with a key of "a". When editing, I need to dynamically remove this from submission.
For example, if situation 1, the PATCH should be {val1: 5, a: 10}, for situation 2, the PATCH should be {val1: 5}...
useForm getValues vs refineCore query
I have an Edit form that I set up like
```
export const PanelEdit = () => {
const methods = useForm({
mode: "onChange",...
useForm returned control parameter
useForm is returning a control parameter, what is its type ? what does it do ?
useAutocomplete onSearch: undefined is not being applied
I am using the
useAutocomplete
hook to populate a MUI Autocomplete field.
I want to disable server-side filtering, having only a couple of options.
From documentation, i should pass an undefined onSearch
to the hook (like the example below), but even with this, when I type in the autocomplete a request is still made to the server.
How do i completely make the autocomplete client-side instead ok letting it make requests?
...authProvider.ts has many @typescript-eslint errors
The authProvider.ts is full of Unsafe assignment of an
any
value.help
give me total guidence from scract to build a full fledge refine crm as i wan to post it from my final year project i need continues guidence and how can i connect u trough out my project help me

Tutorial times-out
Hello all, does anyone else have troubles running the tutorials after the Routing section?
Eg https://refine.dev/tutorial/ui-libraries/crud-components/ant-design/react-router/
It gives me a timeout error consistently, tried with both wifi and 4g, both chrome and Firefox, on windows and on an Android 😵💫...

useNotificationProvider does not translate toast messages on Next.js
Hello, I followed the i18n-nextjs example in the refinedev/refine repo, but I couldn't get notifications to read the translation file. it shows "notifications.createSuccess" instead of text, and i'm absolutley sure i18n is setup because i'm able to change between languages and it does change the texts to translated lang.