Hello.

I'm trying to implement common grid operations (with Ext JS,
GridPanel) for all tables in my app.
Now I would need some extra info on table and field levels as hints,
ex. default sort order of a table, column width of a field.

The easiest way would be to have a "extra" argument in gluon.dal.Table
and gluon.dal.Field in which I could store all the associated info.
Otherwise I have to store it in separate place, not directly related
to the tables & fields.

What do you think about this?
Good or not necessary?

Thanks for your feedback!

Regards,
Marcel


Reply via email to