Wanghy-TableTag automatically adds the following CSS classes the rows and columns of the generated table:
Class | Assigned To |
---|---|
odd | tr tag of all odd numbered data rows |
even | tr tag of all even numbered data rows |
sorted | th tag of the sorted column |
order1 | th tag of the sorted column if sort order is ascending |
order2 | th tag of the sorted column if sort order is descending |
sortable | th tag of a sortable column |