Expense_Manangement_Feature #328

Merged
pramod.mahajan merged 54 commits from Expense_Manangement_Feature into main 2025-08-07 12:31:38 +00:00
2 changed files with 77 additions and 77 deletions
Showing only changes of commit 381019dcaa - Show all commits

View File

@ -100,7 +100,7 @@ useEffect(() => {
></Breadcrumb> ></Breadcrumb>
<div className="row"> <div className="row">
<div className="card"> <div className="card">
<div className="card-datatable table-responsive pt-2"> <div className="card-datatable table-responsive py-4">
<div <div
id="DataTables_Table_0_wrapper" id="DataTables_Table_0_wrapper"
className="dataTables_wrapper dt-bootstrap5 no-footer" className="dataTables_wrapper dt-bootstrap5 no-footer"

View File

@ -184,7 +184,7 @@ const MasterTable = ({ data, columns, loading, handleModalData }) => {
{/* Pagination */} {/* Pagination */}
{!loading && safeData.length > 20 && ( {!loading && safeData.length > 20 && (
<nav aria-label="Page "> <nav aria-label="Page ">
<ul className="pagination pagination-sm justify-content-end py-1"> <ul className="pagination pagination-sm justify-content-end mt-3">
<li className={`page-item ${currentPage === 1 ? "disabled" : ""}`}> <li className={`page-item ${currentPage === 1 ? "disabled" : ""}`}>
<button <button
className="page-link btn-xs" className="page-link btn-xs"