LFFE-26 excel report output for passenger office

This commit is contained in:
2023-11-18 13:53:41 +03:30
parent 764164e37c
commit d6e8c93b88
6 changed files with 90 additions and 2 deletions

View File

@@ -114,6 +114,7 @@ function DataTable(props) {
renderTopToolbarCustomActions={({table}) => (<>
{props.enableCustomToolbar /* send condition */ ?
<props.CustomToolbar
table={table}
mutate={mutate}/> /* send component */ : <span></span>}
</>)}
renderBottomToolbarCustomActions={({table}) => (<>