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 (
<PmsGrid
columns={columns}
serverMode
fetcher={fetcher}

View File

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