Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

angu-fixed-header-table

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angu-fixed-header-table

AngularJS fixed header scrollable table directive

latest
Source
npmnpm
Version
1.2.3
Version published
Maintainers
1
Created
Source

angu-fixed-header-table

An AngularJS fixed header scrollable table directive

Demo

To see a demo and further details go to http://pointblankdevelopment.com.au/blog/angularjs-fixed-header-scrollable-table-directive

Installation

NPM

npm install angu-fixed-header-table

Bower

bower install angu-fixed-header-table

Alternatively download the code and include the angu-fixed-header-table.js file in your page.

Integration with your AngularJS app

Add the 'anguFixedHeaderTable' directive as a dependency of your AngularJS application:

angular.module('myApp', ['anguFixedHeaderTable']);

Usage

Simply add the fixed-header attribute to any tables you'd like to have a fixed header:

<table fixed-header>
...
</table>

The table height can be set using CSS on the table element or by adding a table-height attribute to the table element eg: table-height="500px".

Keywords

AngularJS

FAQs

Package last updated on 17 Jan 2018

Did you know?

Socket

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