Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For adding checkboxes, you can simply type in the HTML code, like

    <input type="checkbox" value="checked" checked />

    Is that what you mean?

    Regards,
    Tobias

    Thread Starter argiebarse

    (@argiebarse)

    yes! but is it possible to integrate the data once i check the checkbox and then click the submit button?
    because i am new to wordpress, can you help with that. thanks

    Thread Starter argiebarse

    (@argiebarse)

    How can i add border in each column? there are so may records of my table and i want to add border=1 on the column. Please just let me know the answer. thanks

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sorry, it’s unfortunately not possible to use a checkbox like this. TablePress table data can only be added on the “Edit” screen in the admin area, but not through a form or checkbox by a user of the site.

    Adding borders around each cell is possible with “Custom CSS”, e.g.

    .tablepress-id-123 td {
      border: 1px solid #ff0000;
    }

    Regards,
    Tobias

    Woocommerce – How to make checkbox instead of quantity input in all products under the grouped product

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is something that you should ask in the Woocommerce forums, not in the TablePress forums.
    Please check https://www.ads-software.com/support/plugin/woocommerce

    Regards,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can i add checkbox in tablepress. is this possible to add?’ is closed to new replies.