responsive-fixed-data-table

WebJar for responsive-fixed-data-table

Лицензия

Лицензия

MIT
Категории

Категории

Данные
Группа

Группа

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

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

responsive-fixed-data-table
Последняя версия

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

1.4.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

responsive-fixed-data-table
WebJar for responsive-fixed-data-table
Ссылка на сайт

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

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

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

https://github.com/vaiRk/responsive-fixed-data-table

Скачать responsive-fixed-data-table

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : debounce jar [1.0.0,2)

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

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

Important:

Due to lack of time, I'm afraid I no longer mantain this package. If you'd like to take over I'll be forever grateful and more than happy to pass the torch along.

npm version

responsive-fixed-data-table

Responsive wrapper for Facebook's Fixed-Data-Table grids

Installation

This module is available as an npm package.

npm install [--save] responsive-fixed-data-table

Usage

This module includes minified and non minified UMD builds as well as an ES6 build. You choose!

import React from 'react';
import ResponsiveFixedDataTable from 'responsive-fixed-data-table';
import { Column } from 'fixed-data-table';

export default class ResponsiveTable extends React.Component {
	render() {
		return (
			<ResponsiveFixedDataTable {...tableProps}>
				<Column {...columnsProps} />
			</ResponsiveFixedDataTable>
		);
	}
}

All passed props will be passed to the underlying FixedDataTable component. Please check FixedDataTable docs for a list of available options.
Width and height will be overriden to take all the available space of its parent container.

Additional configuration

containerStyle {Object}: Additional styles to be set on the container div.
refreshRate {Number}: Time in milliseconds to debounce the resize handler.

React 0.13 compatibility

If you want to use this module with old versions of React and FixedDataTable please check the v1.5.0-deprecated branch.

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

Версия
1.4.3
1.4.2