TF-105 fixed bug style top toolbar datatable
This commit is contained in:
@@ -105,7 +105,8 @@ function DataTable(props) {
|
||||
positionToolbarAlertBanner="bottom"
|
||||
renderTopToolbarCustomActions={({table}) => (<>
|
||||
{props.enableCustomToolbar /* send condition */ ?
|
||||
<props.CustomToolbar fetchUrl={fetchUrl} mutate={mutate}/> /* send component */ : ""}
|
||||
<props.CustomToolbar fetchUrl={fetchUrl}
|
||||
mutate={mutate}/> /* send component */ : <span></span>}
|
||||
</>)}
|
||||
renderBottomToolbarCustomActions={({table}) => (<>
|
||||
{props.enableLastUpdate /* send condition */ ? (<Typography
|
||||
|
||||
Reference in New Issue
Block a user