Seeking information on undocumented function TableView. Exempli gratia,
tab=Table[Table[If[Mod[i,Prime[j]]==1,1,0],{i,1,10}],{j,1,2}]
tab//TableView
$ $
{{1, 0, 1, 0, 1, 0, 1, 0, 1, 0}, {1, 0, 0, 1, 0, 0, 1, 0, 0, 1}}
Seeking information on undocumented function TableView. Exempli gratia,
tab=Table[Table[If[Mod[i,Prime[j]]==1,1,0],{i,1,10}],{j,1,2}]
tab//TableView
$ $
{{1, 0, 1, 0, 1, 0, 1, 0, 1, 0}, {1, 0, 0, 1, 0, 0, 1, 0, 0, 1}}
Table.1tab = Table[If[Mod[i, Prime[j]] == 1, 1, 0], {j, 1, 2}, {i, 1, 10}]– OkkesDulgerci Mar 29 '18 at 01:31?? TableViewforAttributesandOptions– Bob Hanlon Mar 29 '18 at 02:06TableViewis finished. :) – gwr Mar 29 '18 at 08:06TableViewthat causes such lovely crashes. But that is a good alternative. – b3m2a1 Mar 29 '18 at 08:08