Title: Remove some default text
Last modified: February 14, 2023

---

# Remove some default text

 *  Resolved [Rich](https://wordpress.org/support/users/rpm765/)
 * (@rpm765)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-some-default-text/)
 * Is it possible to remove the “Showing N to NN of NN entries” text that appears
   when a table has loaded? In this application I don’t really need it.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-some-default-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Kim L](https://wordpress.org/support/users/kimmyx/)
 * (@kimmyx)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-some-default-text/#post-16472481)
 * Hi Rich,
 * Yep! In the **Advance Settings** of your data table, add the following:
 *     ```wp-block-code
       {
       	"info": false
       }
       ```
   
 * Please see: [https://share.getcloudapp.com/6quNjk7e](https://share.getcloudapp.com/6quNjk7e)
 * Hope this helps! Let us know if you have more questions.
 *  Thread Starter [Rich](https://wordpress.org/support/users/rpm765/)
 * (@rpm765)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-some-default-text/#post-16474002)
 * Thanks for this, Kim! But I have a slight problem. I already have some code in
   the Advanced Settings for the table:
 * {
   “language”: {“processing”: ” “,“loadingRecords”: “Loading the projects…”}}
 * If I add this new code, I get an error on Line 6 and none of this code works:
 * ![](https://i0.wp.com/3d.ogaugerr.com/wp-content/uploads/wp-data-access/Database-
   Problem-04.jpg?ssl=1)
 *  Plugin Contributor [Kim L](https://wordpress.org/support/users/kimmyx/)
 * (@kimmyx)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-some-default-text/#post-16474281)
 * Hi Rich,
 * I see! In that case, please add the new setting like this:
 *     ```wp-block-code
       {
       "language": {
       "processing": " ",
       "loadingRecords": "Loading the projects…"
       },
       "info": false
       }
       ```
   
 * Hope this helps! 😊
 *  Thread Starter [Rich](https://wordpress.org/support/users/rpm765/)
 * (@rpm765)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-some-default-text/#post-16474292)
 * There we go! That worked perfectly!
 * Thanks for the FAST answer to this, Kim. Love this plugin!
 *  [Leeberty](https://wordpress.org/support/users/aaronvincentlee/)
 * (@aaronvincentlee)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-some-default-text/#post-16476096)
 * Hi Rich,
 * I’m glad that Kim was able to help you out on this one.
 * Let us know if you have further questions, as we’d be glad to assist you!
 * We thank you for your appreciation!

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

The topic ‘Remove some default text’ is closed to new replies.

 * ![](https://ps.w.org/wp-data-access/assets/icon-256x256.png?rev=3299063)
 * [WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards](https://wordpress.org/plugins/wp-data-access/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-data-access/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-data-access/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-data-access/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-data-access/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Leeberty](https://wordpress.org/support/users/aaronvincentlee/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/remove-some-default-text/#post-16476096)
 * Status: resolved