Opened 11 years ago
Closed 7 years ago
#8385 closed enhancement (patchwelcome)
Datagrid cell definition should have sortable attribute
Reported by: | Will Vincent | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | DojoX Grid | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
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 (3)
comment:1 Changed 11 years ago by
Milestone: | tbd → future |
---|
comment:2 Changed 7 years ago by
comment:3 Changed 7 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
DojoX Grid and EnhancedGrid are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.