Customizing the Tables
-
Hey, thanks for the wonderful plugin. I read some documentation and the support forum, but can’t really figure it out. I’m trying to:
Customize the first column to be 200px, please see my code below, posted on https://www.bestsportswatches.org/choosing-the-best-sports-watch/, doesnt seem to be correctly displayed.
.tablepress-id-4 .column-1,
.tablepress-id-4 .column-2,
.tablepress-id-4 .column-3,
.tablepress-id-4 .column-4,
.tablepress-id-4 .column-5,
.tablepress-id-4 .column-6,
.tablepress-id-4 .column-7,
.tablepress-id-4 .column-8,
.tablepress-id-4 .column-9,
.tablepress-id-4 .column-10 {
padding: 3px;
}.tablepress-id-4 .column-1 {
width: 200px;
}.dataTables_wrapper .tablepress-id-4 .sorting div:after,
.dataTables_wrapper .tablepress-id-4 .sorting_asc div:after,
.dataTables_wrapper .tablepress-id-4 .sorting_desc div:after {
content: “”;
}.dataTables_wrapper .tablepress-id-4 .sorting,
.dataTables_wrapper .tablepress-id-4 .sorting_asc,
.dataTables_wrapper .tablepress-id-4 .sorting_desc {
padding-right: 8px;
}
- The topic ‘Customizing the Tables’ is closed to new replies.