refine-support-bot
refine-support-bot
RRefine
Created by harsh-harlequin on 3/8/2023 in #ask-any-question
Display only certain rows in List view Mui
Hey, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and could not find an answer. Please wait for someone from the refine core team or the community to try to help you. 👊
9 replies
RRefine
Created by rival-black on 3/8/2023 in #ask-any-question
[antd] using filterDropdown and RangePicker to filter date in a range of dates
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: You can use the confirm props in filterDropdownProps and setFilters from useTable to customize the url param. You can also write your own dataProvider to achieve this. SOURCES: ./docs/examples/inputs/datePicker.md ./docs/examples/table/antd/table-filter.md ./docs/api-reference/antd/components/filter-dropdown.md ./docs/tutorial/4-adding-crud-pages/antd/adding-sort-and-filters.md

Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
5 replies
RRefine
Created by fair-rose on 3/7/2023 in #ask-any-question
An error occured while creating git commit.
Hey, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and could not find an answer. Please wait for someone from the refine core team or the community to try to help you. 👊
4 replies
RRefine
Created by ratty-blush on 3/7/2023 in #ask-any-question
custom messsage on event notification
Hey, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and could not find an answer. Please wait for someone from the refine core team or the community to try to help you. 👊
8 replies
RRefine
Created by correct-apricot on 3/7/2023 in #ask-any-question
Antd auto complete for text inputs
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: Refine supports Antd auto complete for text inputs. SOURCES: ./docs/api-reference/mui/hooks/useAutocomplete/index.md

Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
8 replies
RRefine
Created by genetic-orange on 3/6/2023 in #ask-any-question
Can MUI Inferencer infer form fields for nested objects?
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: Yes, MUI Inferencer can infer form fields for nested objects. SOURCES: ./docs/tutorial/1-getting-started/mui/3-generate-crud-pages.md

Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
4 replies
RRefine
Created by flat-fuchsia on 3/6/2023 in #ask-any-question
Error which running development server
Hey, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and could not find an answer. Please wait for someone from the refine core team or the community to try to help you. 👊
3 replies
RRefine
Created by correct-apricot on 3/5/2023 in #general
Hello everyone I m using a customtoolbar
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: The customtoolbar mentioned is kbar. SOURCES: ./docs/examples/command-palette.md

Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
5 replies
RRefine
Created by ratty-blush on 3/5/2023 in #ask-any-question
useSelect() hook use
Hey, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and could not find an answer. Please wait for someone from the refine core team or the community to try to help you. 👊
8 replies
RRefine
Created by rival-black on 3/4/2023 in #ask-any-question
Very big bundle size with the getting started project
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: The JS bundle size of the "Getting Started" project with Ant Design and demo example pages is 5MB. SOURCES: ./docs/further-readings/benchmarks.md, ./docs/getting-started/quickstart.md, ./docs/comparison.md, ./docs/examples/custom-pages.md

Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
3 replies
RRefine
Created by mute-gold on 3/4/2023 in #ask-any-question
How to add menu item for a custom page
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: You can add a menu item for a custom page by passing an empty resource to the <Sider /> component. SOURCES: ./docs/advanced-tutorials/custom-pages.md

Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
5 replies
RRefine
Created by rival-black on 3/4/2023 in #ask-any-question
delete item by id using useDelete()
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: You can use the useDelete hook provided by Refine to delete a record. You need to pass the resource and id parameters to the mutate function. You can also use the <DeleteButton/> component to delete a record. You need to pass the recordItemId parameter to the <DeleteButton/> component. You can enable the delete feature on the show page and edit page by setting the canDelete property to true. SOURCES: ./docs/api-reference/core/hooks/data/useDelete/#properties ./docs/tutorial/4-adding-crud-pages/headless/add-delete-feature.md ./docs/tutorial/4-adding-crud-pages/chakra-ui/add-delete-feature.md ./docs/tutorial/4-adding-crud-pages/mui/add-delete-feature.md ./docs/tutorial/4-adding-crud-pages/mantine/add-delete-feature.md

Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
4 replies
RRefine
Created by eastern-cyan on 3/3/2023 in #ask-any-question
DataGrid and SSR
Hey, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and could not find an answer. Please wait for someone from the refine core team or the community to try to help you. 👊
10 replies
RRefine
Created by deep-jade on 3/3/2023 in #ask-any-question
Getting parameters from resource
Hey, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and could not find an answer. Please wait for someone from the refine core team or the community to try to help you. 👊
10 replies
RRefine
Created by genetic-orange on 3/3/2023 in #ask-any-question
Is refine bundler agnostic? (e.g. vite)
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: Refine bundler is agnostic and does not require Next.js. It can be used with other bundlers and servers such as Vite. SOURCES: ./docs/getting-started/overview.md, ./docs/examples/next-js/next-js.md, ./docs/getting-started/quickstart.md

Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
4 replies
RRefine
Created by other-emerald on 3/2/2023 in #ask-any-question
accessControlProvider behaviour
Hey, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and could not find an answer. Please wait for someone from the refine core team or the community to try to help you. 👊
6 replies
RRefine
Created by crude-lavender on 3/2/2023 in #ask-any-question
disable getOne or bypass getOne
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: There is a way to disable the getOne method. SOURCES: ./docs/api-reference/antd/hooks/table/useEditableTable.md

Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
5 replies
RRefine
Created by deep-jade on 3/2/2023 in #general
Hey guys good day quick question does
Hey, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and could not find an answer. Please wait for someone from the refine core team or the community to try to help you. 👊
5 replies
RRefine
Created by adverse-sapphire on 3/2/2023 in #ask-any-question
Google Auth: Email/ password combo instead of just Google login?
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: Google Identity Platform allows users to sign up with an Email address/ Password combo. Refer to the Google Identity Platform documentation for more information on how to set it up. SOURCES: https://cloud.google.com/identity-platform/docs/sign-in-user-email

Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
4 replies
RRefine
Created by unwilling-turquoise on 3/1/2023 in #general
Hello I want to follow the rules here
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: The code snippet <FormSaveAndContinue path="form-save-and-continue" /> is used to enable the "Save and Continue" feature in forms. SOURCES: ./docs/advanced-tutorials/forms/save-and-continue.md

Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
19 replies