-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demos not working #55
Comments
It's not just the storybook. The 5.0.0 update seems to be broken. Getting this error when trying to render the table: |
Just issued a fix. |
Thanks a lot |
Before starting to use this can someone confirm if it supports fixed header and fixed set of columns on the left for horizontal scrolling? Can't see it in the documentation |
It does not support fixed headers yet.
…On Sat, Feb 4, 2017 at 2:09 AM arindambarman1 ***@***.***> wrote:
Before starting to use this can someone confirm if it supports fixed
header and fixed set of columns on the left for horizontal scrolling? Can't
see it in the documentation
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFUmCT1vsZw0yaaK1jkbp5-uzwBo6iL3ks5rZEBRgaJpZM4L2enw>
.
|
I'm getting the same error: <ReactTable
data={data}
columns={columns}
styleName="table"
column={{headerClassName: 'header'}}
/> I was under the impression this kind of props override is possible after reading the docs. Or is it not possible to override for object type props like the one for |
Should be possible for sure. I'll look into it
…On Wed, Feb 8, 2017 at 8:56 PM Daniel Sandiego ***@***.***> wrote:
I'm getting the same error using v5.0.2 when trying to override the column
defaults like so:
<ReactTable
data={data}
columns={columns}
styleName="table"
column={{headerClassName: 'header'}}
/>
I was under the impression this kind of props override is possible after
reading the docs. Or is it not possible to override for object type props
like the one for column?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFUmCSQNb1kiwGXCXTkMfSvVms0jAyeoks5rao58gaJpZM4L2enw>
.
|
also have the same exact problem (trying to override the headerClassName) - using 5.3.4 |
i researched how to use it: import tableDefaultProps from 'react-table/lib/defaultProps';
<Table
{...{data, columns}}
column={{...tableDefaultProps.column, filterRender}}
/> |
reopen pls |
How to solve this problem? |
Try changing your import statement:
Try: |
Can someone please update the storybook. Currently is it full of errors
The text was updated successfully, but these errors were encountered: