Ticket #8385 (new enhancement)

Opened 6 months ago

Last modified 5 months ago

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

Changed 5 months ago by BryanForbes

  • milestone changed from tbd to future
Note: See TracTickets for help on using tickets.