Giter Site home page Giter Site logo

rise-vision / responsive-fixed-data-table Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vairk/responsive-fixed-data-table

0.0 15.0 1.0 571 KB

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

License: MIT License

JavaScript 99.66% HTML 0.34%

responsive-fixed-data-table's Introduction

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.

responsive-fixed-data-table's People

Contributors

vairk avatar donnapep avatar rodrigopavezi avatar gregory90 avatar jonpither avatar michaelbrooks avatar

Watchers

James Cloos avatar  avatar Alan Clayton avatar Robb Price avatar Brian Loosbrock avatar  avatar  avatar  avatar Stuart Lees avatar Justin Smith avatar Blake Freeman avatar shea darlison avatar  avatar  avatar  avatar

Forkers

porcupine-plan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.