Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rerendering Layout Broken #7161

Open
safwansamsudeen opened this issue Jan 20, 2024 · 3 comments
Open

Rerendering Layout Broken #7161

safwansamsudeen opened this issue Jan 20, 2024 · 3 comments
Labels
awaiting reply Issues that are awaiting reply, will be closed if there is no any response in 7 days. help-wanted Issues we need or would love help from the community to resolve. needs example Need an example in order to confirm the issue or the PR.

Comments

@safwansamsudeen
Copy link

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}
@safwansamsudeen safwansamsudeen added the help-wanted Issues we need or would love help from the community to resolve. label Jan 20, 2024
@safwansamsudeen
Copy link
Author

@wenzhixin any update here?

@wenzhixin
Copy link
Owner

Please provide an Online Example to show your problem. Thanks!

@wenzhixin wenzhixin added needs example Need an example in order to confirm the issue or the PR. awaiting reply Issues that are awaiting reply, will be closed if there is no any response in 7 days. labels Mar 15, 2024
@wenzhixin
Copy link
Owner

Since I have not used Svelte and am not familiar with the framework, I do not know how the Table component is implemented based on the information you provided, so I cannot assist you.

Additionally, regarding reference #5877, if you have already resolved the issue, you could also provide us with some relevant code and examples on how to use a table in Svelte, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting reply Issues that are awaiting reply, will be closed if there is no any response in 7 days. help-wanted Issues we need or would love help from the community to resolve. needs example Need an example in order to confirm the issue or the PR.
Projects
None yet
Development

No branches or pull requests

2 participants