You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working with your library for table implementation and I've noticed something that could use a bit of improvement. When dealing with cells of type 'select' and the isCellTextEditable property set to false, I observed that the cursor remains a pointer when hovering over these cells. I think it would be more user-friendly if the cursor changed to 'not-allowed' or a similar style to indicate that the cell is not editable.
Making this adjustment would enhance the user experience by providing clearer visual feedback, especially when users try to interact with non-editable cells.
Could you consider making this change in an upcoming update? I believe it would make a positive difference in the usability of the library.
Thanks! :)
The text was updated successfully, but these errors were encountered:
Hey there,
I've been working with your library for table implementation and I've noticed something that could use a bit of improvement. When dealing with cells of type 'select' and the isCellTextEditable property set to false, I observed that the cursor remains a pointer when hovering over these cells. I think it would be more user-friendly if the cursor changed to 'not-allowed' or a similar style to indicate that the cell is not editable.
Making this adjustment would enhance the user experience by providing clearer visual feedback, especially when users try to interact with non-editable cells.
Could you consider making this change in an upcoming update? I believe it would make a positive difference in the usability of the library.
Thanks! :)
The text was updated successfully, but these errors were encountered: