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

MDL Table - Sortable property has no effect #1182

Closed
jirungaray opened this issue Sep 8, 2017 · 1 comment
Closed

MDL Table - Sortable property has no effect #1182

jirungaray opened this issue Sep 8, 2017 · 1 comment

Comments

@jirungaray
Copy link

I've setup a table according to the site:
public tableModel = new MdlDefaultTableModel([
{key:'material', name:'Material', sortable:true},
{key:'quantity', name:'Quantity', sortable:true, numeric:true},
{key:'unitPrice', name:'Unit price', numeric:true}
]);

but nothing seems to indicate sorting by that column is possible, Am I missing something?

@mseemann
Copy link
Owner

need to remove the sorting property. it is not supported.

mseemann added a commit that referenced this issue Sep 11, 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

2 participants