Make tables truly responsive

Hi,

Just because I found it pretty cool... I'd like to share a trick to make tables truly responsive : http://elvery.net/demo/responsive-tables/#no-more-tables

And with Fabrik, you can automatically add the label in your default_repeat_group_row.php (which renders your tables rows) replacing the line :
PHP:
<td class="<?php echo $element->containerClass; ?>">
with
PHP:
<td data-title="<?php echo $element->label_raw;?>" class="<?php echo $element->containerClass; ?>">

Cheers !
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top