complete making needed data for keeping in local storage
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import DataTable_Main from "./Main";
|
||||
import DataTableProvider from "@/lib/contexts/DataTable";
|
||||
|
||||
const DataTable = (props) => {
|
||||
return (
|
||||
<DataTable_Main {...props}/>
|
||||
<DataTableProvider>
|
||||
<DataTable_Main {...props}/>
|
||||
</DataTableProvider>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user