datatable
datatable copied to clipboard
Broken cell layout
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.
const datatable = new DataTable(element, {
columns,
data,
inlineFilters: true
})
