noted full screen class
This commit is contained in:
parent
e1f72828f9
commit
9dc2f811dd
@ -83,6 +83,7 @@ const PmGridCollection = ({ selectedProject, fromDate, toDate, isPending }) => {
|
||||
|
||||
return (
|
||||
<PmsGrid
|
||||
|
||||
columns={columns}
|
||||
serverMode
|
||||
fetcher={fetcher}
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user