Question: Datatable understanding

Hi,

I'm not sure that I mean datatable component corectly.

I also consider that I was done somthing wrong

Thank you for advanced for any help.

> 

restart

> 

with(DocumentTools):

Oryginaly DataTable was inserted as a 3 x 3. I will traing to push maple to obtain 4 x 4 with specific row and column name.

> 

``

> 

SetProperty("DataTable0", visibleRows, 4);

> 

DocumentTools:-SetProperty("DataTable0", visibleColumns, 4);

> 

DocumentTools:-SetProperty("DataTable0", columnWidths, [20, 40, 80, 80]);

> 

DocumentTools:-SetProperty("DataTable0", rowNames, [r1, r2, r3, r4]);

> 

DocumentTools:-SetProperty("DataTable0", columnNames, [c1, c2, c3, c4]);

> 

DocumentTools:-SetProperty("DataTable0", update)

> 

``

> 

``

> 

``


wzel

Download datatable_problem.mw

Please Wait...