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

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

import FirstPage    from 'components/table/page/FirstPage'
import LastPage     from 'components/table/page/LastPage'
import NextPage     from 'components/table/page/NextPage'
import PreviousPage from 'components/table/page/PreviousPage'

const MenuBarPaging = ({pageable, toolbarFunctions, status}) => {
  if (pageable) {
    return (
      <>
        
        
        
        
      
    )
  } else return null
}

export default MenuBarPaging




© 2015 - 2024 Weber Informatics LLC | Privacy Policy