All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.table.page.MenuBar.js Maven / Gradle / Ivy

There is a newer version: 0.80.3
Show newest version
import { Box, Divider } from '@mui/material';
import MenuBarSearch    from 'components/table/page/MenuBarSearch'
import MenuBarPaging    from 'components/table/page/MenuBarPaging'
import MenuBarReload    from 'components/table/page/MenuBarReload';

const MenuBar = ({showToolbar, disableReload, disableFilter, filter, setFilter, setCurrentFilter, pageable, toolbarFunctions, status}) => {
  if (showToolbar) {
    return (
      
        
          
          
          
          
          {/**/}
        
        
      
    )
  } else return null
}

export default MenuBar




© 2015 - 2024 Weber Informatics LLC | Privacy Policy