frappe / frappe/datatable

Broken cell layout

Open
#123 0 comments 0 reactions 0 assignees View on GitHub
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
})
```

![image](https://user-images.githubusercontent.com/5335171/109101280-c9739a00-7769-11eb-907d-62ebf2953c5c.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.