Hey Alain, Thanks for the pointer, that example works OK, though I don't need the editing, but I guess that could be done as well. It is good to know that this is standard. But for now I am going to try using Glamour. Sven On 17 Jun 2013, at 19:29, plantec <alain.plantec@yahoo.com> wrote:
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 <sven@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