angu-fixed-header-table

WebJar for angu-fixed-header-table

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

angu-fixed-header-table
Последняя версия

Последняя версия

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

angu-fixed-header-table
WebJar for angu-fixed-header-table
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать angu-fixed-header-table

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.bower : angular jar [1.2.16,)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.2.0