manual-pink
manual-pink3w ago

this is how i managed to make it work ```const queryKey = keys().data().resource("employee-group").

this is how i managed to make it work
const queryKey = keys().data().resource("employee-group").action("list").params({
filters: [{
field: "type",
operator: "eq",
value: "LOCATION",
}],
hasPagination: true,
pagination: {
current: 1,
pageSize: 10,
mode: "server",
},
sorters: [],
}).get()
const queryKey = keys().data().resource("employee-group").action("list").params({
filters: [{
field: "type",
operator: "eq",
value: "LOCATION",
}],
hasPagination: true,
pagination: {
current: 1,
pageSize: 10,
mode: "server",
},
sorters: [],
}).get()
the issue is this wont scale as if i do any change on how the data-table component which uses useTable (from @refinedev/react-table) behaves (like adding pagination) i will have to add hacks for setting the paginaton on the url and so forth
7 Replies
yappiest-sapphire
yappiest-sapphire3w ago
Hi there! I'm a senior software engineer, passionate about building solutions that can truly make a difference. I'm here to collaborate and help bring your ideas to life. If you have any projects in mind, feel free to reach out—I'd love to hear about them. My specialty lies in backend development, and I'm ready to dive in. Skills: - Web Frontend: React.js, Next.js, Vue.js, Nuxt.js, Angular - CSS: Styled-Components, TailwindCSS, Shadcn UI - Backend: Node.js, Python, Nest.js, Golang, Rust - Mobile: Expo, Flutter, React Native - Blockchain - AI This my profile. GMail Address: dusan.dimic0806@gmail.com Linkedin: https://www.linkedin.com/in/dusan-dimic-679436302/ Github: https://www.github.com/SuperDev993595/ MySite: https://dusan-profile86.vercel.app/ TGram: https://t.me/superdev86 Whatsapp: (+63) 951 821 1205 If you think I could be any of your help, pls let me know. I will always be with you. Best Regards. Dusan Dimic Please DM me.
GitHub
SuperDev993595 - Overview
No pain, no gain. Past is gone and static. Future is before us and dynamic. Do best. - SuperDev993595
Portfolio
Self Developed personal website build with React.js
Telegram
Super Dev
SUCCESS
vicious-gold
vicious-gold3w ago
I am actively looking for new job opportunities or tasks as a Web Full Stack Developer with experience in Smart Contracts, NFTs, DeFi, and DApps. I’d love to connect with you. Thank you!
flat-fuchsia
flat-fuchsia2w ago
anyone used MSAL ? Tried the ask question but cant really get to a solution. I can loose authentication against my backend, so I need to refresh token against MSAL . Which I do in AuthProvider-> onError. However, I need somehow to refresh the page where the problem lies. I don't know how to do that
vicious-gold
vicious-gold2d ago
I am actively looking for new job opportunities or tasks as a Web Full Stack Developer with experience in Smart Contracts, NFTs, DeFi, and DApps. I’d love to connect with you. Thank you!
absent-sapphire
absent-sapphire23h ago
@erenerkalkan It would be appreciated if the team could release a roadmap b/c it seems refines comms with the community and its r&d plans have been kind of crickets for a very long time now. There are also some R&D items refine really needs to address like react 19 and react query 5 (upgrading to them). I am personally having to keep my apps on the lower version due to it.
absent-sapphire
absent-sapphire23h ago
GitHub
[FEAT] React-Query v5 compatibility · Issue #5370 · refinedev/refine
Is your feature request related to a problem? Please describe. We've created a branch to migrate our application code to RQ v5, but have refrained since Refine uses RQ under the hood and want t...
optimistic-gold
optimistic-gold8h ago
hello the command npm create refine-app@latest -- --example finefoods-antd to install the example does not seem to work well. You get on the general menu and end up with a basic install. How could i install this example? as a side note i'm interested in any similar template to learn how to build graphs, etc... https://refine.dev/templates/react-admin-panel-ant-design/
B2B Internal tool with Ant Design
Build React-based internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

Did you find this page helpful?