Broken cell layout
Open
- Dominant language
- JavaScript
- Stars
- 1.3k
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes my datatable shows such a broken layout when scrolling page.
Is there any workaround to avoid this behavior?
I tried to set `layout` prop to be `fixed` and gave `width` prop to all columns, but it wouldn't fix this issue.
```js
const datatable = new DataTable(element, {
columns,
data,
inlineFilters: true
})
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.