master
mahdi andalib 3 years ago
parent 55dad35fda
commit b124fbecb1
  1. 2
      src/App.js
  2. 4
      src/components/ReactTable3/BasicTable.js

@ -82,7 +82,7 @@ function App() {
{/* <AdvertisementDesign3 /> */} {/* <AdvertisementDesign3 /> */}
{/* <CourseChapter /> */} {/* <CourseChapter /> */}
{/* <SidebarMenu /> */} {/* <SidebarMenu /> */}
<SidebarDesign2 /> {/* <SidebarDesign2 /> */}
{/* <SimpleBarChart /> */} {/* <SimpleBarChart /> */}
{/* <SpecifiedDomainRadarChart /> */} {/* <SpecifiedDomainRadarChart /> */}
{/* <Design1 /> */} {/* <Design1 /> */}

@ -105,10 +105,8 @@ const BasicTable = () => {
{/* go to page */} {/* go to page */}
<div> <div>
<input <input
className="ml-1 text-xs" className="ml-1 text-xs p-1"
type="number" type="number"
// disabled={!canNextPage}
// disabled={!canPreviousPage}
defaultValue={pageIndex + 1} defaultValue={pageIndex + 1}
onChange={(e) => { onChange={(e) => {
const pageNumber = e.target.value const pageNumber = e.target.value

Loading…
Cancel
Save