Responsive utility wrapper for Facebook's Fixed-Data-Table
npm install responsive-fixed-data-tablenpm install [--save] responsive-fixed-data-table
``js
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 (
);
}
}
``
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.