stable changes for adding to product but working on making it better...
This commit is contained in:
@@ -8,6 +8,7 @@ const DataTable = (props) => {
|
||||
page_name={props.page_name}
|
||||
table_name={props.table_name}
|
||||
columns={props.columns}
|
||||
initialSort={props.sorting}
|
||||
>
|
||||
<DataTable_Main {...props} />
|
||||
</DataTableProvider>
|
||||
|
||||
Reference in New Issue
Block a user