• Hi, I have installed plugin. and updated “WP jQuery DataTable Settings”.
    Please let me know how I can add table and create shortcode and add the same in any page.

    Do I ave to create a PHP table or HTML table will work?

    • This topic was modified 7 years, 10 months ago by siddhesh999.
    • This topic was modified 7 years, 10 months ago by siddhesh999.
Viewing 1 replies (of 1 total)
  • Plugin Author AppJetty

    (@biztechc)

    Hi Siddhesh,

    This plugin will work both for PHP and HTML table.You just need to follow standard for both,i.e. assign table a n unique id and then in shortcode,mention same.

    For Ex: In your WP page make table like
    <table id=’demo’>
    <tr><td></td></tr>
    </table>

    Then shortcode will be [wp_jdt id=”demo”]

    Hope this helps.
    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Documentation is too short.’ is closed to new replies.