• Resolved Rich

    (@rpm765)


    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 to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Kim L

    (@kimmyx)

    Hi Rich,

    Yep! In the Advance Settings of your data table, add the following:

    {
    	"info": false
    }

    Please see: https://share.getcloudapp.com/6quNjk7e

    Hope this helps! Let us know if you have more questions.

    Thread Starter Rich

    (@rpm765)

    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:

    Plugin Contributor Kim L

    (@kimmyx)

    Hi Rich,

    I see! In that case, please add the new setting like this:

    {
    "language": {
    "processing": " ",
    "loadingRecords": "Loading the projects…"
    },
    "info": false
    }

    Hope this helps! ??

    Thread Starter Rich

    (@rpm765)

    There we go! That worked perfectly!

    Thanks for the FAST answer to this, Kim. Love this plugin!

    Leeberty

    (@aaronvincentlee)

    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.