Socket
Socket
Sign inDemoInstall

p-table-responsive-scroll

Package Overview
Dependencies
10
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    p-table-responsive-scroll

An Angular directive for primeng p-table scrollHeight=100% resizing


Version published
Weekly downloads
194
decreased by-8.92%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

p-table-responsive-scroll

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%'

license downloads

Usage

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%">

Versions

use version 9.x with angular Angular 9

use version 8.x with angular Angular 8

Keywords

FAQs

Last updated on 04 Apr 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc