p-table-responsive-scroll
Advanced tools
An Angular directive for primeng p-table scrollHeight=100% resizing
Weekly downloads
Changelog
Readme
This project provides a directive to address this issue with the primeng p-table:
#5235 - Table (TurboTable) does not adjust scrollHeight after parent height change
This is partially based on the solution here:
primeng TurboTable (p-table) does not work properly with scrollHeight='100%'
install the package:
npm install --save p-table-responsive-scroll
import the ResponsiveScrollModule into your module:
import { ResponsiveScrollModule } from 'p-table-responsive-scroll';
imports: [BrowserModule, TableModule, ResponsiveScrollModule]
use the responsive-scrolling directive in your component:
<p-table responsive-scrolling [columns]="cols" [value]="shortList" [scrollable]="true" scrollHeight="100%">
use version 9.x with angular Angular 9
use version 8.x with angular Angular 8
An Angular directive for primeng p-table scrollHeight=100% resizing
The npm package p-table-responsive-scroll receives a total of 131 weekly downloads. As such, p-table-responsive-scroll popularity was classified as not popular.
We found that p-table-responsive-scroll demonstrated a not healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.