-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
awaiting replyIssues that are awaiting reply, will be closed if there is no any response in 7 days.Issues that are awaiting reply, will be closed if there is no any response in 7 days.help-wantedIssues we need or would love help from the community to resolve.Issues we need or would love help from the community to resolve.needs exampleNeed an example in order to confirm the issue or the PR.Need an example in order to confirm the issue or the PR.
Description
Description
Hi, I'm using Svelte - and when my table rerenders, I get a broken layout.
Context: when I click on the return or delete buttons, data updates and gets refreshed by Svelte. However, the table breaks like this. How can I fix this?

Example(s)
Table being the component that renders my data.
{#key data}
<Table {columns} data={transactions} />
{/key}Metadata
Metadata
Assignees
Labels
awaiting replyIssues that are awaiting reply, will be closed if there is no any response in 7 days.Issues that are awaiting reply, will be closed if there is no any response in 7 days.help-wantedIssues we need or would love help from the community to resolve.Issues we need or would love help from the community to resolve.needs exampleNeed an example in order to confirm the issue or the PR.Need an example in order to confirm the issue or the PR.