tabulator: background color of even and odd rows #7543
Labels
component: tabulator
Related to the Tabulator widget
type: bug
Something isn't correct or isn't working
Hello all,
ALL software version info
MacOs with Chrome, Safari or FireFox
bokeh 3.6.1 and panel 1.5.4
Description of expected behavior and the observed behavior
Since upgrading to Panel version 1.5.4, I have noticed a display bug with Tabulator.
The bug occurs with the background color of even and odd rows when sizing_mode is set to 'stretch_both' or 'stretch_width'.
The issue becomes visible when hidden columns are displayed.
This issue is not specific to the FastList template; it also occurs with the Bootstrap and Material templates.
In addition, the row is not selected correctly with or without a template (same issue ?).
The bug is not present in version 1.5.2.
Complete, minimal, self-contained example code that reproduces the issue
Screenshots or screencasts of the bug in action
Initially, the columns from 'index' to 'Date' are visible. The even and odd rows are displayed correctly.
We scroll to the right to display the hidden columns 'Comment' and 'Rating'. The even and odd rows are displayed correctly from 'Age' to 'Date', but not for 'Comment' and 'Rating'.
The text was updated successfully, but these errors were encountered: