Opened 11 years ago
Closed 11 years ago
#9667 closed enhancement (invalid)
add/remove columns to the grid dynamically
Reported by: | narayanajalluri | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | DojoX Grid | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Hi,
I could not find an option to dynamically add/remove columns to the grid. we need it to display 3-dimensional content which could be decided dynamically.
Or else provide an alternative widget solution. the data/view is like below:
..........Column1....|....Column2....|....Column3....| Person...b1.b2.b3.b4.|...a1.a2.a3.a4.|.d1.d2.d3.d4...| abcd......5..3..4..6.|....3..7..8..4.|..3..6..8..4...| xyza......3..6..7..3.|....1..6..4..9.|..0..2..4..6...|
Here dots(.) are intentionally placed to get the grid sort of view. Entire Person column is the horizontal header and Column1, Column2 and Column3 are vertical headers of the set of columns b1 b2 b3 b4, a1 a2 a3 a4 and d1 d2 d3 d4 column headers.
the (3,2)=5(top-left content) to (4,13)=6(bottom-right content) should have the scrollbar.
Change History (2)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Milestone: | tbd → future |
---|---|
Priority: | highest → low |
Resolution: | → invalid |
severity: | blocker → normal |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
??? I still don't understand what is requested.
Please reopen with a test case.