• Resolved sakeenakazmi512

    (@sakeenakazmi512)


    Hi,

    I have created a block in gutenberg and using that in elementor. I want to give link to each nichtable row. Is there anyway to make the whole row clickable on hover.

    Would really appreciate the help.

Viewing 1 replies (of 1 total)
  • Plugin Author Tauhidpro

    (@tauhidpro)

    Nichetable follows HTML Table structure for SEO benefit like

    <table>
      <tr>
        <th>Company</th>
        <th>Button</th>
      </tr>
      <tr>
        <td>Amazon</td>
        <td>Click</td>
      </tr>
      <tr>
        <td>ebay</td>
        <td>Click</td>
      </tr>
    </table>

    So, tr(table row) is not clickable.

    • This reply was modified 2 years, 6 months ago by Tauhidpro.
    • This reply was modified 2 years, 6 months ago by Tauhidpro.
Viewing 1 replies (of 1 total)
  • The topic ‘Looking for feature to make Nichetable Row Clickable?’ is closed to new replies.