fix: fix row header style issue
This commit is contained in:
parent
983bcd37cf
commit
cf4531c5dd
@ -126,7 +126,7 @@ export function VirtualizedInfiniteDataTable<TData>(
|
|||||||
{table.getHeaderGroups().map((headerGroup) => (
|
{table.getHeaderGroups().map((headerGroup) => (
|
||||||
<TableRow
|
<TableRow
|
||||||
key={headerGroup.id}
|
key={headerGroup.id}
|
||||||
className="bg-background flex w-full"
|
className="bg-background hover:bg-background flex w-full"
|
||||||
>
|
>
|
||||||
{headerGroup.headers.map((header) => {
|
{headerGroup.headers.map((header) => {
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user