Okay
  Public Ticket #961903
Full Version or not?
Closed

Comments

  •  2
    Hanspeter started the conversation

    In edit a table, when I click on add formula the the attached error message pops up. What do I have to do against it?

    Can I prevent displaying "Sow XXX entries" and "Search:" on top of the table, respectively "Showing 1 to 1 of 1 entries" and the navigation through the table below the table?
    See second attachment with entries circled in red


    best regards
    Hanspeter

  • [deleted] replied

    Hi Hanspeter Bossard,
    Thank you for your purchase.

    Did you have installed Lite version before you brought premium plugin on Envato? If yes, you have to deactivate Lite version and to activate full version from plugins page.

    Yes it is possible. Please take a look at this posts from our documentation:

    http://wpdatatables.com/faq/how-to-hide-global-search-block/

    http://wpdatatables.com/faq/how-to-hide-show-x-entries-block-from-pagination/

    http://wpdatatables.com/faq/how-to-hide-showing-x-of-x-entries-in-pagination/

  •  2
    Hanspeter replied

    Hi Milos

    Thanks for the quick answer. I will try this as soon as possible

    best regards
    Hanspeter

  •  2
    Hanspeter replied

    Hi Milos

    I could get rid of all controls except of the "Pagination Controls", I hope this is the correct terminology, as shown in the attachment. Is it possible to hide them as well, since I have to show only one row.

    adding the following lines in Custom wpDataTables CSS

      div.dataTables_length { display: none !important; }
      div.dataTables_filter { display: none !important; }
      div.dataTables_info { display: none !important; }

    is working for all the other controls, however I had not been able to do this in WordPress Page

    best regards
    Hanspeter


  • [deleted] replied

    Hi Hanspeter Bossard,

    You can hide pagination by adding this CSS:

    .dataTables_paginate{
        display: none !important;
    }
  •  2
    Hanspeter replied

    Thanks this did it

    best regards
    Hanspeter

  • [deleted] replied

    Hi Hanspeter Bossard,

    You are welcome.