Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

css class to allow differentiation of editable cell #214

Closed
ErichBSchulz opened this issue Jun 5, 2013 · 5 comments
Closed

css class to allow differentiation of editable cell #214

ErichBSchulz opened this issue Jun 5, 2013 · 5 comments
Milestone

Comments

@ErichBSchulz
Copy link

would be good if editable cells had a "editable" css class

use case: grid with lots of columns, some editable... being able to indicate this to users would be great

@wyuenho
Copy link
Contributor

wyuenho commented Jun 5, 2013

Good idea. Care to send over a PR?

@ErichBSchulz
Copy link
Author

ok have something working

what to call the class?

just add and "editable" class, or add a "readonly" class too?

@wyuenho
Copy link
Contributor

wyuenho commented Jun 6, 2013

Only the read only column cells should have the readonly class applied.

@bruno-c
Copy link
Collaborator

bruno-c commented Jun 9, 2013

If you want to take it further, one of the things that was useful to us was an editable class for the entire row. Sometimes an entire model is read-only and it's useful to have the class to 'gray out' the row or something similar.

@ErichBSchulz
Copy link
Author

@bruno-c how is the read-only status represented?

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

No branches or pull requests

3 participants