Use flexible scroll height on table to fill view
All checks were successful
build / build (push) Successful in 1m31s

This commit is contained in:
2025-04-24 22:19:52 +09:30
parent 5d8bd10e92
commit c2db4100a9
5 changed files with 38 additions and 31 deletions

View File

@@ -4,3 +4,10 @@
html {
font-size: 14px;
}
// https://github.com/primefaces/primeng/issues/17824
// table won't show up when using scrooheight = flex and virtualscroll = true
// Latest release doesn't fix it even though there was a commit to address the issue
p-scroller {
height: 100%;
}