Renderer and edit for boolean (logical) values in a JIDE table

1 view (last 30 days)
I have started a table class from the com.jidesoft.grid.SortableTable and piping the DefaultModel through SortingModel and Filterable models. Everything works very good, except that booleans are not rendered (and edited) as logical values. Column Class are java.lang.Object. getValueAt() return logical... Any suggestion?
Bonus question: how do you remove a single column? (from model-space and view-space).
Bonus Question 2: Could there be mem-leaks? Im using the "javaObjectEDT" calls for all Java objects (except arrays)...

Answers (0)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!