How to run a specific test
I would like to run a specific test in a package, for example only
create.test.tsx
in @refinedev/inferencer
, so I don't run tests for the entire package @kapa.aiWhy only internal tools?
The marketing for Refine, especially Refine AI seems to focus on internal and B2B tools. I’m curious why that is. Can you build B2C and external apps for the public? Are there any constraints, limitations, or challenges?
https://github.com/refinedev/refine/tree/master/examples/app-crm
looking for this repo source code ??
Came here to enquire about your blog listings
I went through your blog - https://refine.dev/blog/react-admin-template/
Is it having valid names ?...
Customizing sider items
is there a way to customize the sider items in the render function?
<ThemedSiderV2
render={({ items, logout }) => {
console.log('SIDER ITEM RENDER - ', items);...
After saving record, then back to previous page instead of list
I would like to go back to previous page after saving record. Even, I specified the navigation path, the path goes to that resource list page.
Is it possible to set it to back to previous page instead of list?...
How to make an API request every time I submit?```
export default function MembershipList() {
const {
data: members,
isLoading,
isFetching,...
paginación en tablas
cómo puedo traducir el "/page" en las tablas para seleccionar la cantidad de elementos a visualizar en una tabla
graphQL 405
while trying to use a server i have setup with refine, im getting the following error
Response body is not available to scripts (Reason: CORS Missing Allow Origin)...
Changing the filters and refetch new data
i want to refetch the data after applying the gender filter when i select a parent
error related to Field
i get the below message when trying to filter by a joined table
error message:
{
"code": "PGRST100",...
Custom font size in `ThemedLayoutV2`
Where is the font size configured for the
ThemedLayoutV2
component using the Material UI integration? The component is ignoring the font size declared in the typography
object used in the createTheme
object passed as a prop to ThemeProvider
.local font not working on nextjs , antd on ConfigProvider
local font not working on nextjs , antd on ConfigProvider
How to handle relationships on create and updates?
How to handle relationships on create and updates?
Redirect to current page cusdtom authprovider onerror
I want to re-direct to the current page if I get an onError in AuthProvider but manage to acquireTokenSilent (using MSAL) .
If I use the onError mutateoptions why cant I rethrow error and make notification provider catch it?
If I use the onError in mutateoptions why cant I rethrow error and make notification provider catch it?