• Hi footable support team,

    I am using your footable plugin on my site and the “premium” column of my price table should be highlighted according the code in use but does not work. (screenshot)

    Here is the code to highlight which is in use:
    <th data-class=”highlight” data-hide=”phone” style=”display: table-cell;”>Premium</th>

    Please advice how to enable the highlight.

    Thanks in forward, Alex

    https://www.ads-software.com/plugins/footable/

Viewing 1 replies (of 1 total)
  • Thread Starter wci

    (@wci)

    here is the whole code extract:

    <table class="footable" data-sort="false" data-filter="false">
      <thead>
        <tr>
          <th>Free</th>
          <th>Standard</th>
          <th data-class="highlight">Premium</th>
    	  <th>Featured</th>
        </tr>
      </thead>
    <tbody>
    <tr>
    <td style="text-align: center;">[standout-css3-button href="/add-listing/?listing_type=gd_event&package_id=1"]0 EUR[/standout-css3-button]</td>
    <td style="text-align: center;">[standout-css3-button href="/add-listing/?listing_type=gd_event&package_id=2"]27 EUR[/standout-css3-button]</td>
    <td style="text-align: center;">[standout-css3-button href="/add-listing/?listing_type=gd_event&package_id=3"]47 EUR[/standout-css3-button]</td>
    <td style="text-align: center;">[standout-css3-button href="/add-listing/?listing_type=gd_event&package_id=4"]67 EUR[/standout-css3-button]</td>
    </tr>
    </tbody>
    </table>

Viewing 1 replies (of 1 total)
  • The topic ‘highlight column does not work’ is closed to new replies.