datatables.net-fixedheader

WebJar for datatables.net-fixedheader

License

License

MIT
Categories

Categories

Data Net
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

datatables.net-fixedheader
Last Version

Last Version

3.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

datatables.net-fixedheader
WebJar for datatables.net-fixedheader
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/DataTables/Dist-DataTables-FixedHeader

Download datatables.net-fixedheader

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.bower : jquery jar [1.7,)
org.webjars.bower : datatables.net jar [1.10.9,)

Project Modules

There are no modules declared in this project.

FixedHeader for DataTables

This package contains distribution files for the FixedHeader extension for DataTables. Only the core software for this library is contained in this package - to be correctly styled, a styling package for FixedHeader must also be included. Styling options include DataTable's native styling, Bootstrap and Foundation.

When displaying large amounts of data in a table, it can often be useful for the end user to have the column titles always visible. This is particularly true if using DataTables with pagination disabled, or the display length is set to a high value. The FixedHeader extension provides this ability.

Installation

Browser

For inclusion of this library using a standard <script> tag, rather than using this package, it is recommended that you use the DataTables download builder which can create CDN or locally hosted packages for you, will all dependencies satisfied.

npm

npm install datatables.net-fixedheader
var $ = require( 'jquery' );
require( 'datatables.net-fixedheader' )( window, $ );

bower

bower install --save datatables.net-fixedheader

Documentation

Full documentation of the DataTables options, API and plug-in interface are available on the DOCS_LINK. The site also contains information on the wide variety of plug-ins that are available for DataTables, which can be used to enhance and customise your table even further.

Bug / Support

Support for DataTables is available through the DataTables forums and commercial support options are available.

Contributing

If you are thinking of contributing code to DataTables, first of all, thank you! All fixes, patches and enhancements to DataTables are very warmly welcomed. This repository is a distribution repo, so patches and issues sent to this repo will not be accepted. Instead, please direct pull requests to the DataTables/FixedHeader. For issues / bugs, please direct your questions to the DataTables forums.

License

This software is released under the MIT license. You are free to use, modify and distribute this software, but all copyright information must remain.

Versions

Version
3.1.3
3.1.2
3.1.1