WPIntell

Source evidence

Column Width

WP Responsive Table · support · 2019-03-26T17:22:00+00:00

complaintsentiment
highseverity
0.96relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 28 rows with source links

17.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Ankit Main unresolved
Recently, I started using WP Responsive Table plugin and it’s working great. However, I want to know about how to increase the column width so that the words won’t break. (Image ref: https://imgur.com/ZsqYfFC ) Also, the responsive scroll option on mobile devices is completely invisible that makes the feeling of the table is broken. Could I make it lightly visible? Hi. Try adding style: word-break: normal; I added the visibility of scrolling on webkit browsers. Thanks for quick support. The scrolling visibility is improved. Still, no success with word-break. It tries to compress all columns on the desktop to be visible without horizontal scroll which breaks all long words and looks weird. (Yes, the scroll bar is visible on the desktop too, but it’s not working as expected.) Could you find a solution? TIA. table { table-layout: auto;}

Comments

3 shown
Processby 2019-03-30T08:45:00+00:00

Hi. Try adding style: word-break: normal; I added the visibility of scrolling on webkit browsers.

Ankit Main 2019-04-02T03:00:00+00:00

Thanks for quick support. The scrolling visibility is improved. Still, no success with word-break. It tries to compress all columns on the desktop to be visible without horizontal scroll which breaks all long words and looks weird. (Yes, the scroll bar is visible on the desktop too, but it’s not working as expected.) Could you find a solution? TIA.

Processby 2019-06-25T14:43:00+00:00

table { table-layout: auto;}