complete making fetchURL for swr request complete filter/sort/pagination/pagesie (all data that have been needed for Datatable)
This commit is contained in:
@@ -141,7 +141,7 @@ function HomeComponent() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<DataTable columns={columns} user_id={0} page_name={'testPage'} table_name={'testTable'}/>
|
||||
<DataTable columns={columns} table_url={"api"} user_id={0} page_name={'testPage'} table_name={'testTable'}/>
|
||||
</>
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user