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

missing table footer functionality #1527

Open
hhfiddelke opened this issue Mar 7, 2025 · 0 comments
Open

missing table footer functionality #1527

hhfiddelke opened this issue Mar 7, 2025 · 0 comments

Comments

@hhfiddelke
Copy link

Is your feature request related to a problem? Please describe.
I needed to insert a table footer. It was not available, so tried to insert it via source window, but the editor removed?/converted the tag to a tbody.

Describe the solution you'd like

  1. Suneditor should not remove the standard tag from the source
  2. There should be a functionality "AddTableFooter" similar to the "AddTableHeader"- function.

Describe alternatives you've considered
I was able to remove this behavior by adding "addTagsWhitelist":'tfoot', to the init- sequence. but i think this should be necessary.

Unfortunately are my JS- skills not the best 😥. So i hope it is only copying/add the "tfoot" to the "thead"- functionality in expressions, CSS and JS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant