1
0
-1

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

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      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.

      1. Otik Indriyana

        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

      2. Andrew

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

      CommentAdd your comment...