-
Notifications
You must be signed in to change notification settings - Fork 161
Editable cell styling support #9630
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
Comments
@Eralmidia thanks for logging this request. Would you say that a style for the text of editable/non-editable cells for the row under edit mode at the moment would work for you as well? Imagine the most simple scenario where cells belonging to non-editable columns have a disabled-style text, while editable ones have a more active look i.e. the current style used for all cells on the edited row? |
@StefanIvanov Yes, absolutely, that would work fine as well 👍 |
We have updated the spec and will be able to start implementing the design |
I noticed this too, the spec needs updating that removes that underline since it is outdated now :) |
@StefanIvanov Just a thought on this one. While the solution of disabled looking text works for row editing, it wouldn't help much in a "Add row scenario", where no fields are already filled out. In that case, something like editable background colors might have been better. Don't know if this is a scenario you have considered? |
@Eralmidia we will discuss this scenario internally, the reason we wanted to avoid using the background was because of a number of other features that do so such as selection, active cell, and conditional cell styling, where people often define background styles based on the value in a cell. |
Reopening this issue in order to propagate the changes to the row adding scenario |
Is your feature request related to a problem? Please describe.
When having a grid with a lot of columns, it can be tricky for the user to easily determine which columns are editable (when in row edit mode).
Describe the solution you'd like
The ability to style the background color of editable cells to a different color than non-editable (read-only) cells.
The text was updated successfully, but these errors were encountered: