I look for a plugin witch can show editable table with users (as rows) and groups (as column)
Table not well-arranged
-
Syntax Description Header Title Paragraph Text Please check this page by mobile, it is not well-arranged
-
Appears to be caused by this style
@media (max-width: 991px) .topic .content .table { overflow-x: auto; display: block; }
-
This styling makes perfect sense to me. What do you think it should look like?
-
@PitaJ Same problem like @sharonyue ... There shouldn't be the part with a border at the right of the table. No?
-
I believe this styling is necessary for horizontal scrolling of the table to work correctly.
-
@PitaJ said in Table not well-arranged:
horizontal scrolling
there is no necessary to horizontal scroll for short tables, isnt it?
-
I am still thinking if we can handle this issue, please see the following link, it handles the table properly.