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

Let wrap Table.Column #7139

Closed
ramiel opened this issue Aug 8, 2017 · 2 comments
Closed

Let wrap Table.Column #7139

ramiel opened this issue Aug 8, 2017 · 2 comments
Assignees

Comments

@ramiel
Copy link

ramiel commented Aug 8, 2017

What problem does this feature solve?

I want to wrap Table.Column in order to export a component which is a column with a predefined behavior. This look impossible. Is there a way to do it?

What does the proposed API look like?

It would be nice to have or

class SortedColumn extends React.Component{
 render(){
  return <Column sorter={...} />
 }
}

or extending directly from Table.Column and change the props.sorter in constructor

@ramiel
Copy link
Author

ramiel commented Aug 11, 2017

I think it's related to this #4853

@yesmeck
Copy link
Member

yesmeck commented Dec 5, 2017

Trace in #4853

@yesmeck yesmeck closed this as completed Dec 5, 2017
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

3 participants