File size: 238 Bytes
8c2ee0f
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
CUSTOM_CSS= """
/* Hides the final column */
table td:last-child,
table th:last-child {
    display: none;
}
# table td:first-child,
# table th:first-child {
#     max-width: 400px;
#     overflow: auto;
#     white-space: nowrap;
# }
"""