Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The table presentation for Glamour should provide dynamic sorting and column manipulation #156

Closed
seandenigris opened this issue Aug 3, 2015 · 15 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 156

Table widget for Morphic/Polymorph.

Features required:
- add columns (dynamically)
- sort the rows based on a column
- select a row

Reported by simon.denier on 2009-09-16 09:38:46

@seandenigris
Copy link
Contributor Author

Reported by simon.denier on 2009-09-16 09:39:00

  • Labels added: Type-Enhancement
  • Labels removed: Type-Defect

@seandenigris
Copy link
Contributor Author

Some existing implementations:
SGrid http://www.squeaksource.com/SGrid.html
MultiColumn List Morph MultiColumn List Morph

Reported by simon.denier on 2009-09-16 09:41:18

@seandenigris
Copy link
Contributor Author

We now have a basic version based on the smart MorphTreeMorph.

Check:
GLMBasicExamples new simpleTable openOn: 100

Reported by tudor.girba on 2009-11-16 05:10:20

  • Status changed: Started
  • Labels added: Milestone-4.0

@seandenigris
Copy link
Contributor Author

Reported by simon.denier on 2009-12-03 13:37:05

@seandenigris
Copy link
Contributor Author

Reported by simon.denier on 2009-12-03 13:37:23

@seandenigris
Copy link
Contributor Author

To make the table extensible from a Glamour script, we also need to specify what happens
when someone wants 
a new item.

This again raises the point of having actions both for an item in a list, and for the
entire list. Right now we can 
only specify a set of actions that are presentation specific and that are rendered
as a contextual menu.

Reported by tudor.girba on 2010-01-26 08:43:21

@seandenigris
Copy link
Contributor Author

Reported by tudor.girba on 2010-04-05 23:26:27

@seandenigris
Copy link
Contributor Author

So what shall be done for this issue?

Reported by simon.denier on 2010-04-06 18:46:44

@seandenigris
Copy link
Contributor Author

The first thing needed is the ability in the MorphTreeMorph to add a new column. This
is possible 
programatically, but not from the widget.

Reported by tudor.girba on 2010-04-06 20:44:20

@seandenigris
Copy link
Contributor Author

OK, you mean that MorphTreeMorph does not have something like a button to add a column
interactively.

Reported by simon.denier on 2010-04-08 14:49:16

@seandenigris
Copy link
Contributor Author

This should not stop a 4.0 release. I moved it to 4.1

Reported by tudor.girba on 2010-04-18 22:36:45

  • Labels added: Milestone-4.1
  • Labels removed: Milestone-4.0

@seandenigris
Copy link
Contributor Author

Reported by tudor.girba on 2010-09-05 07:25:33

  • Labels added: Milestone-4.2
  • Labels removed: Milestone-4.1

@seandenigris
Copy link
Contributor Author

Reported by tudor.girba on 2011-01-28 12:16:37

  • Labels removed: Milestone-4.2

@seandenigris
Copy link
Contributor Author

Reported by tudor.girba on 2011-11-16 09:21:12

@seandenigris
Copy link
Contributor Author

Reported by tudor@tudorgirba.com on 2014-04-19 12:45:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant