Use flexible scroll height on table to fill view
All checks were successful
build / build (push) Successful in 1m31s
All checks were successful
build / build (push) Successful in 1m31s
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user