noted full screen class

This commit is contained in:
pramod.mahajan 2025-11-24 17:57:48 +05:30
parent e1f72828f9
commit 9dc2f811dd
2 changed files with 5 additions and 3 deletions

View File

@ -83,6 +83,7 @@ const PmGridCollection = ({ selectedProject, fromDate, toDate, isPending }) => {
return ( return (
<PmsGrid <PmsGrid
columns={columns} columns={columns}
serverMode serverMode
fetcher={fetcher} fetcher={fetcher}

View File

@ -144,8 +144,8 @@ export default function PmsGrid({
const currentRows = rows; const currentRows = rows;
return ( return (
<div className="pms-grid"> <div className="pms-grid ">
<div className="row mb-2"> <div className="row mb-2 px-4">
<div className="col-8"> <div className="col-8">
<div className="d-flex flex-row gap-2 gap-2 "> <div className="d-flex flex-row gap-2 gap-2 ">
<div> <div>
@ -242,7 +242,7 @@ export default function PmsGrid({
<div <div
ref={wrapperRef} ref={wrapperRef}
className="grid-wrapper text-nowrap border rounded" className="grid-wrapper text-nowrap border rounded"
style={{ maxHeight: features.maxHeight || "60vh" }} style={{ maxHeight: features.maxHeight || "80vh" }}
> >
<table <table
className="table table-sm rounded mb-0 " className="table table-sm rounded mb-0 "
@ -628,3 +628,4 @@ function ColumnVisibilityPanel({ columns, onToggle }) {
</div> </div>
); );
} }
// For Full screen - class card card-action card-fullscreen