Opened 15 years ago
Closed 15 years ago
#411 closed defect (wontfix)
Adding hide colums to SortableTable
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | SortableTable invisible colums | Cc: | |
Blocked By: | Blocking: |
Description
Maybe is possible to set a invisible colums to a Widget SortableTable? in this way.
In render function before adding a cell chek
. . if (this.columns[j]['label'][0] == '_') dojo.html.addClass(cell, 'tbhide'); //class or Style } row.appendChild(cell); } . . .
What do you think about? Thanks
Note: See
TracTickets for help on using
tickets.
Not sure I see the purpose or need for this, and adding "magic" things to this widget is simply bad practice IMHO...marking as "won't fix".