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
In a datatable with grouped rows, when an even row is selected in the odd groups, the selected row looses its background color when the cursor moves out of the row.
This only happens when using bootstrap 5 via bslib, extension loads rowGroup, and selection is single or multiple.
The screenshot shows what happens after I select row 12 and then move away from the row. Row 12 looses its backgroup color. The screenshot shows row 12 (even row), under the C group (odd group) to be blank. The interpreted css sets box-shadow: none to the selected row when it should not.
This does not happen when using previous versions of bootstrap in the same set up as defined above. Also it does not happen when using just the DataTable library (bootstrap-5-5.3.0, DataTables-1.13.8, JQuery-3.7.0, RowGroup-1.4.1).
I have provided the necessary information about my issue.
If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('DT'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('rstudio/DT').
If I have posted the same issue elsewhere, I have also mentioned it in this issue.
I have learned the Github Markdown syntax, and formatted my issue correctly.
I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered:
In a datatable with grouped rows, when an even row is selected in the odd groups, the selected row looses its background color when the cursor moves out of the row.
This only happens when using
bootstrap 5
viabslib
, extension loadsrowGroup
, and selection is single or multiple.Example:
The screenshot shows what happens after I select row 12 and then move away from the row. Row 12 looses its backgroup color. The screenshot shows row 12 (even row), under the C group (odd group) to be blank. The interpreted css sets
box-shadow: none
to the selected row when it should not.This does not happen when using previous versions of bootstrap in the same set up as defined above. Also it does not happen when using just the DataTable library (bootstrap-5-5.3.0, DataTables-1.13.8, JQuery-3.7.0, RowGroup-1.4.1).
By filing an issue to this repo, I promise that
xfun::session_info('DT')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('rstudio/DT')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: