modified table list pagination #14
@@ -86,7 +86,7 @@ export default function RecentBVNList({
|
||||
|
||||
{/* show prev and next button if data exist */}
|
||||
{(data.length > 0 && data.length > itemsPerPage) && (
|
||||
<div className="mt-2 mt-sm-5 w-full d-flex gap-4 justify-content-center align-items-center">
|
||||
<div className="my-2 my-sm-5 w-full d-flex gap-4 justify-content-center align-items-center">
|
||||
<button
|
||||
onClick={handlePrev}
|
||||
className={`text-sm md:text-lg d-flex justify-content-center align-items-center border-1 transition-all duration-300 ${
|
||||
|
||||
@@ -86,7 +86,7 @@ export default function RecentLoanAppList({
|
||||
|
||||
{/* show prev and next button if data exist */}
|
||||
{(data.length > 0 && data.length > itemsPerPage) && (
|
||||
<div className="mt-2 mt-sm-5 w-full d-flex gap-4 justify-content-center align-items-center">
|
||||
<div className="my-2 my-sm-5 w-full d-flex gap-4 justify-content-center align-items-center">
|
||||
<button
|
||||
onClick={handlePrev}
|
||||
className={`text-sm md:text-lg d-flex justify-content-center align-items-center border-1 transition-all duration-300 ${
|
||||
|
||||
Reference in New Issue
Block a user