Title: Shortcode Parameters &#8211; Errors
Last modified: January 9, 2018

---

# Shortcode Parameters – Errors

 *  Resolved [shanebp](https://wordpress.org/support/users/shanebp/)
 * (@shanebp)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/shortcode-parameters-errors/)
 * 2 of the Shortcode Parameters throw errors when used:
 * `paging="false" b_length_change="false"`
 * For example, `paging="false"` throws this error in the browser console:
 *     ```
       Uncaught TypeError: Cannot read property 'options' of undefined
           at HTMLDocument.<anonymous> ((index):611)
           at i (jquery.js?ver=1.12.4:2)
           at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
           at Function.ready (jquery.js?ver=1.12.4:2)
           at HTMLDocument.K (jquery.js?ver=1.12.4:2)
       ```
   
 * Is there a way to use those 2 parameters without errors?
 * For example:
    `do_shortcode('[wp_jdt id="my_table" info="false" order_row_number
   ="2" ordering="false" searching="false" paging="false" b_length_change="false"]')`;

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [AppJetty](https://wordpress.org/support/users/biztechc/)
 * (@biztechc)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/shortcode-parameters-errors/#post-9871867)
 * Hi Shane,
 * We have resolved this issue. You can upgrade to latest version and check.
    Thanks.
 *  Thread Starter [shanebp](https://wordpress.org/support/users/shanebp/)
 * (@shanebp)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/shortcode-parameters-errors/#post-9873045)
 * Thanks for the fix. Those 2 parameters can now be used without errors.
 * Are you aware of these notices that appear for each instance of a datatable?
 *     ```
       Notice: Use of undefined constant order_row_number - assumed 'order_row_number' in .../public_html/wp-content/plugins/wp-jquery-datatable/wp-jquery-datatable.php on line 330
   
       Notice: Use of undefined constant order_row_number_sort - assumed 'order_row_number_sort' in .../public_html/wp-content/plugins/wp-jquery-datatable/wp-jquery-datatable.php on line 332
   
       Notice: Use of undefined constant ordering - assumed 'ordering' in 
       .../public_html/wp-content/plugins/wp-jquery-datatable/wp-jquery-datatable.php on line 341
       ```
   
 *  Plugin Author [AppJetty](https://wordpress.org/support/users/biztechc/)
 * (@biztechc)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/shortcode-parameters-errors/#post-9921755)
 * Hi shane,
 * Thanks for pointing this. We have resolved this in latest release.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Shortcode Parameters – Errors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-jquery-datatable_cde4b3.svg)
 * [WP jQuery DataTable](https://wordpress.org/plugins/wp-jquery-datatable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-jquery-datatable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-jquery-datatable/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-jquery-datatable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-jquery-datatable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-jquery-datatable/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [AppJetty](https://wordpress.org/support/users/biztechc/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/shortcode-parameters-errors/#post-9921755)
 * Status: resolved