Opened 14 years ago
Closed 14 years ago
#2922 closed defect (wontfix)
FilteringTable: Changing columns along with data doesn't update the thead
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you change the columns of the FilteringTable? the columns don't rerender (even on reset->init)
Reset should probably also remove the dom nodes from the thead so that init will re render the columns:
if there is no thead, create it now. var head=this.domNode.getElementsByTagName("thead")[0]; if(head.getElementsByTagName("tr").length == 0){...}
Change History (1)
comment:1 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | Changing columns along with data doesn't update the thead → FilteringTable: Changing columns along with data doesn't update the thead |
Note: See
TracTickets for help on using
tickets.
FilteringTable? is being replaced by a new Table widget.