How to change element TD,TR,TH on table?

Confluence User - 25 Apr, 2018

i want to like this table

i alredy try use css:

table {border-collapse: collapse}
td {border:1px solid; padding: 0px;}

but nothing happen change

datalists;userviews

3


26 Apr, 2018
confluenceUser
1
confluenceUser

Hi, it could be your css precedence is not high. Some theme css may already style the table with higher precedence. You will need to use browser inspect tool like chrome developer tool or firebug to check.

26 Apr, 2018
confluenceUser
confluenceUser

on theme already have it css (in inspect element) example: .dataList td, .dataList tr { padding: 8px 4px !important; } but on joget i cant see that css , but just give custom css to write code css, and i put same code css that time and i change it: .dataList td, .dataList tr { padding: 8px 4px !important; } to .dataList td, .dataList tr { padding: 2px 2px !important; } but not change on view

26 Apr, 2018
confluenceUser
confluenceUser

Which Joget version and Userview Theme are you using? Can you upload a sample app? Thank you.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print