• Hello,

    How to add button in table.

    Thanks.

    • This topic was modified 4 years, 6 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Developing with WordPress topic
Viewing 3 replies - 1 through 3 (of 3 total)
  • <table>
      <tr>
        <td>
          <button type="button">Click me</button>
        </td>
      </tr>
    </table>
    Thread Starter ExactFox

    (@exactfox)

    Where can I add the above code.

    Moderator bcworkz

    (@bcworkz)

    It is added where ever the table HTML is. If your table is dynamically generated by PHP, the related function might have a filter you could use. If that proves difficult a button could be inserted via JavaScript after the page loads. We cannot be more specific without seeing the related code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Button in a table’ is closed to new replies.