Skip to content

Rerendering Layout Broken #7161

@safwansamsudeen

Description

@safwansamsudeen

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?
image

Example(s)

Table being the component that renders my data.

{#key data}
	<Table {columns} data={transactions} />
{/key}

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting replyIssues 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.needs exampleNeed an example in order to confirm the issue or the PR.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions