Hi Sven, This kind of widget is missing. Have a try with: SimpleGridExample new open It is implemented with MorphTreeMorph. It is far from the best solution since MorphTreeMorph a Tree/List widget but it should be ok if you have not too many data. Maybe the Glamour solution is based on it, I don't remember. Cheers Alain
On 17 juin 2013, at 16:17, Sven Van Caekenberghe <s...@stfx.eu> wrote: > Hi, > > Is there an easy way to view tabular data in Pharo, much like a spreadsheet ? > > Ideally, something along the following lines > > MagicTableView new > headings: #( name age sex score ); > data: <some collection>; > open. > > Can spec be used for this ? > > Pointing me to some relevant example in the image is OK too ;-) > > Thx, > > Sven > > > -- > Sven Van Caekenberghe > http://stfx.eu > Smalltalk is the Red Pill > >