without a initial data of uitable, the value will disappear after enter a value into a cell, why?

how to build a uitable which is a empty table? In addition, values will not disappear after input in the table.

 Accepted Answer

figure; t = uitable( 'Data', cell(3,4), 'ColumnEditable', true(1,4) );
seems to produce an empty table that you can enter values in fine.

More Answers (0)

Categories

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

Asked:

on 23 Oct 2015

Answered:

on 23 Oct 2015

Community Treasure Hunt

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

Start Hunting!