frappe / datatable

The Missing Javascript Datatable for the Web
https://frappe.io/datatable
MIT License
1.02k stars 163 forks source link

Broken cell layout #123

Open yuhsak opened 3 years ago

yuhsak commented 3 years ago

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