Replies: 2 comments 2 replies
-
Hello, I have same issue. Did you find any solution? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I also have the same exact issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to make a table with a checkbox column as illustrated in this example.
It is a part of a project that i am writing in python using Flask.
However, when i render the HTML file the table shows up with just an empty column where the checkboxes should be.
I have created a minimal example to illustrate the issue:
I have noticed, that when i "inspect" the pages, the checkbox cells in the working example from the documentation looks like this:
Whereas in the table that i have rendered the checkbox cell looks like this:
I.e. the cell in my table is missing an input sub-element, but i cannot figure out why.
Any help i greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions