You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: