angu-fixed-header-table

WebJar for angu-fixed-header-table

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

angu-fixed-header-table
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

angu-fixed-header-table
WebJar for angu-fixed-header-table
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/cornflourblue/angu-fixed-header-table

Download angu-fixed-header-table

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angu-fixed-header-table/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angu-fixed-header-table</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angu-fixed-header-table/
implementation 'org.webjars.bower:angu-fixed-header-table:1.2.0'
// https://jarcasting.com/artifacts/org.webjars.bower/angu-fixed-header-table/
implementation ("org.webjars.bower:angu-fixed-header-table:1.2.0")
'org.webjars.bower:angu-fixed-header-table:jar:1.2.0'
<dependency org="org.webjars.bower" name="angu-fixed-header-table" rev="1.2.0">
  <artifact name="angu-fixed-header-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angu-fixed-header-table', version='1.2.0')
)
libraryDependencies += "org.webjars.bower" % "angu-fixed-header-table" % "1.2.0"
[org.webjars.bower/angu-fixed-header-table "1.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : angular jar [1.2.16,)

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.2.0