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

Add sorting feature to TreeTable #400

Closed
mertsincan opened this issue May 9, 2018 · 0 comments
Closed

Add sorting feature to TreeTable #400

mertsincan opened this issue May 9, 2018 · 0 comments
Assignees
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@mertsincan
Copy link
Member

Exp;

<TreeTable value={this.state.data}>
   <Column field="name" header="Name" sortable={true}></Column>
   <Column field="size" header="Size" sortable={true}></Column>
   <Column field="type" header="Type" sortable={true}></Column>
</TreeTable>
@mertsincan mertsincan added the Type: New Feature Issue contains a new feature or new component request label May 9, 2018
@mertsincan mertsincan added this to the 1.6.0 milestone May 9, 2018
@mertsincan mertsincan self-assigned this May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

1 participant