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
When using StyleFunc, seems like the selected style is not inherited into the stylefunc due to Line 434 below, where cellStyle is not re-assigned to the returned value
Describe the bug
When using
StyleFunc
, seems like the selected style is not inherited into the stylefunc due to Line 434 below, wherecellStyle
is not re-assigned to the returned valuebubbles/table/table.go
Lines 430 to 438 in 0b15a9f
Proposed fix:
Setup
Please complete the following information along with version numbers, if applicable.
To Reproduce
Run the source code attached below:
Source Code
Below is a modified version of the official table example.
I simply added random color to the cells in "City" column.
Code
Expected behavior
The "Country" and "Population" columns of the selected row should be in blue background
Screenshots
The text was updated successfully, but these errors were encountered: