Sandip
Sandip
Thanks @myapos will check with that solution, between for the current project I have implemented https://react-table.tanstack.com/ package.
Hi @anthonyrfarias By default all the components of Nextjs are Server component, we have added 'use client' directive to make it client component. If you want to use hooks on...
@GMJSilmaro We will add one API demo page asap, with free version, I hope that will work.
Hi, @GMJSilmaro Please check reply to the same issue, it might be helpful. https://github.com/codescandy/dashui-free-nextjs-admin-template/issues/7 Let me know if it works :)
If you want to redirect to specific page, you can use below code. ``` import { useRouter } from "next/navigation"; const Page = () => { const router = useRouter();...