Closed (outdated)
Project:
Table Manager
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 May 2008 at 21:55 UTC
Updated:
27 Jun 2018 at 16:53 UTC
Jump to comment: Most recent
Comments
Comment #1
peterdd commentedMy quick solution:
Always add a class 'tablemanager' to Tablemanager HTML tables, but also allow additional content creator defined class in the tablemanager tag (legacy).
Further add the table id $tid to the table too, so it can be individually styled by css theme files.
example tablemanager tag:
[tablemanager:1,NULL,TRUE,NULL, class=additionalclass]example output:
<table class="tablemanager additionalclass" id="tablemanager-1"> ...</table>Comment #2
pobster commentedClosing as D6.x is now unsupported.