[component audit] data table bugs
See original GitHub issueCode bugs:
-
tr
row hover should be using tokenhover-ui
and nothover-field
- ~In Safari, focus is not appearing on the column headers~ See TJs comment below
- Disabled row styling is missing.
- Zebra stripes: in the G90 and G100 themes the first row and the table headers are blending together. The first row should use the default color and the second row should use the zebra color. (we may need to re-evaluate this from a design perspective but this will resolve the main issue for now).
Visual bugs:
- Overflow menu: in G100 theme the menu blends into the table background.
Questions:
- Is the row of a data table supposed to be focusable? I cannot get it to focus in the storybook.
- Is disabling a row or the whole table possible?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Robust audit logging — DataTables forums
This looks awesome, and I am trying to get it to work, but it does not log the changes into my table, and...
Read more >[bug-14972]Audit log for Perspective client - Ignition
ott.sellis: Currently using 8.0.9 and am not able to find an audit log component. Use a table and a query binding, and you're...
Read more >Best design for a changelog / auditing database table? [closed]
Denormalize as much as reasonably possible. You want the table to have as few dependencies as possible to the original data. The audit...
Read more >Audit log filter results in "There was an error loading data ... - Jira
It will fail with a message stating "There was an error loading data". Steps to Reproduce. You can either: Generate XX million rows...
Read more >Set up the audit log connector - Power Platform - Microsoft Learn
Before you use the audit log connector; How to get older data; It looks like I found a bug with the CoE Starter...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Safari recenty changed how they handle focus so you may need to change your settings (Preferences --> Advanced)
Once I enable that, I’m able to get focus styles when I tab through elements. Chrome / Firefox / Safari all handle click focus differently (Chrome will show and keep focus on click, the others won’t)
Rows can’t be focused, only the focusable elements (since no action can be taken on a row). If you tab through a selectable row, the focus is on the input (since that is what is being checked / unchecked)
@tw15egan Turning on the
light
prop for the overflow I think would solve that problem. I’m ok with it being like that across themes.And yes we need to update
$data-table-column-hover
.#4C4C4C
#656565