fix: add scrollbar gutter property
This commit is contained in:
@@ -118,7 +118,7 @@ export function DataTable<TData, TValue>({
|
||||
<TableCell
|
||||
key={cell.id}
|
||||
style={{
|
||||
width: cell.column.getSize(),
|
||||
width: `${cell.column.getSize()}px`,
|
||||
}}
|
||||
>
|
||||
{flexRender(cell.column.columnDef.cell, cell.getContext())}
|
||||
|
||||
Reference in New Issue
Block a user