Skip to content
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

Not showing arrow #64

Closed
jstray opened this issue Apr 20, 2017 · 2 comments
Closed

Not showing arrow #64

jstray opened this issue Apr 20, 2017 · 2 comments

Comments

@jstray
Copy link

jstray commented Apr 20, 2017

In the default configuration, or with showArrow=true, I'm not seeing an arrow.

        <Collapse>
          <Panel header='Output'>
            <DataGrid idProperty="index" dataSource={tableData} columns={columns} />
          </Panel>
        </Collapse>

This is using Bootstrap 4, if that makes a difference.

@jstray
Copy link
Author

jstray commented Apr 20, 2017

Ah, needed to include the CSS:

require('rc-collapse/assets/index.css');

Would have been helpful to see this in the examples.

@shepherdwind
Copy link
Contributor

I add this to doc file README.md now, It is seems a lot of this kind problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants