Tags: kopaxgroup/fixed-data-table
Tags
**Changes:** - Adjusts the scrollbar to to not overlay the header or the footer. facebookarchive#138 mikestead - (NEW) Adds the onScrollStart property to Table, facebookarchive#147, @mikestead - **Split styling and layout specific CSS**. The table looks functionally the same, but things like backgrounds and colors can be styled using a the various style css files, or a larger theme file. Default theme will still apply. Thanks with help from @Andreyco - Include base (no-styling) with `dist/fixed-data-table-base.css` and add styling by editing or including `dist/fixed-data-table-style.css` **Bugfixes:** - Force table height to be an integer, from PR 144, closes issue 80 (Thanks @gsklee) **Breaking changes:** - If you have styled the table by specifying classnames that were not prepended by 'public,' (what we would consider 'private' classes), then the name of the component now has 'Layout' appended. For example, if you styled `.fixedDataTable_header`, it is now `.fixedDataTableLayout_header`. In this case, you can still access it through its public classname, `.public_fixedDataTable_header`. For styling, it is extremely important that you use the .public prepended classnames, as these will be more stable than the internal classes used purely for layout.
Merge pull request facebookarchive#163 from facebook/build-dist Updating dist with new react version
PreviousNext