datatable icon indicating copy to clipboard operation
datatable copied to clipboard

Broken cell layout

Open yuhsak opened this issue 4 years ago • 0 comments

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
})

image

yuhsak avatar Feb 25 '21 04:02 yuhsak