Ticket #8385 (new enhancement)
Datagrid cell definition should have sortable attribute
| Reported by: | wvincent | Owned by: | BryanForbes |
|---|---|---|---|
| Priority: | low | Milestone: | future |
| Component: | DojoX Grid | Version: | 1.2.3 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Right now to control if a column is sortable or not, we have to extend canSort. It would nice if this was an option on either the cell definition or the grid.
Example
<th field="foobar" sortable="false">Foobar</th>
and/or <table dojoType="dojox.grid.DataGrid?" sortableFields="foobar,barfoo....">
Change History
Note: See
TracTickets for help on using
tickets.