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

Doesnt work correct in table #109

Open
antwaing opened this issue Aug 8, 2019 · 1 comment
Open

Doesnt work correct in table #109

antwaing opened this issue Aug 8, 2019 · 1 comment

Comments

@antwaing
Copy link

antwaing commented Aug 8, 2019

When i try to use one of the components inside of a table element it always renders the component just above the table when it renders. Not where I put the element. It does not matter the component content. For example...

table
<react_component></react_component>
table

Turns into
<react_component></react_component>
table
table`

@anthwinter
Copy link

This is not react2angular. This is the browser moving a none table element outside of the table.

You should only be rendering table elements within a table.

A work around is to use div's with a display value of table, table-row and table-cell etc.

https://www.dummies.com/web-design-development/css3/using-the-div-tag-to-create-tables/

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

2 participants