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

Allows columns to be turned off when creating a Table instance #4

Closed
bradleyayers opened this issue May 20, 2011 · 1 comment
Closed

Comments

@bradleyayers
Copy link
Collaborator

This would allow you to include a cut-down table for use in the non-detail page for a particular object, or to remove a checkbox column depending on some request-time variable.

@kwevej
Copy link

kwevej commented May 27, 2011

could be a Meta attribute called exclude (well that's not for instance, but would require to subclass first)
class Meta: exclude = ('checkbox1','checkbox2')
ModelForm does it the same way
possible relation: #11

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

2 participants