Okay
  Public Ticket #1092422
Manual table
Closed

Comments

  •  2
    Eduardo started the conversation

    Hello,

    I am creating a professional tables so that they have access to your public profile. I have several doubts that I would like to be able to solve. I leave a link to see how I created the table and the contents we need. http://caufriezconcept.com/prueba-db/

    1 - We want to sort the entire table by column "Nota" from highest to lowest, but we do not want this column to be publicly visible, is this possible?
    2 - In the column "Link" comes out the whole name of the URL it is possible that the format is:
    See + In which you only see the anchor text "See +"
    3 - Is there any other way to make this type of student table?

    Thank you

  •  1,695
    Miloš replied

    Hi Eduardo,
    Thank you for your purchase.

    1. 
    With wpDataTables built-in functionalities it is not possible to apply sorting on column that is not visible.

    But I can give you some workaround. 
    For that column that you want to be sorted select ascending or descending. 

    For that column that you want to be hidden DO NOT uncheck visible checkbox because sorting will not be applied in the table.

    To hide that column and to have sorting in same time you will have to add this little script on your page where the table is located.

    <script>
    jQuery( window ).load(function() {
    wpDataTables.table_1.api().columns(0).visible(false)
    });
    </script>
    

    Where number 0 is the first column in the table, 1 is second, 2 is third...  Just change it with the number of the column you want to hide.

    2.
    For URL column types please take a look at our documentation where you can find some useful hints how to make URL columns.

    3. 
    Sorry but i did not understand what are you trying to tell me, can you please describe me more. Thank you.


    NOTTICE:

    When I go to your page I see an error

    TypeError: wpDataTables[b.tableId].rowGrouping is not a function
    

    This error was in 1.7 version of our plugin and today 1.7.2 version is released. Auto update is not ready yet but if you wanted to upgrade it manually you can follow these steps:

    1.) Download zip from this link

    2.) Use FTP to open /yourwordpressfolder/wp-content/plugins

    3.) Delete existing wpdatatables folder.

    4.) Upload previously downloaded wpdatatables folder through FTP to plugins folder (unzip it)

    5.)  Go to WP-admin panel, open Plugins section.

    6.) Deactivate wpDataTables, and then activate it again.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  2
    Eduardo replied
    Hi Bogdan,
    The 2 perfect theme, is already solved and understood.
    Topic 3 does not matter, it was to look for other alternatives.
    I have also updated the plugin for and installed the new version. When I try to modify a table it is left thinking without executing anything.
    Topic 1 did not get it to work as it should, see http://caufriezconcept.com/prueba-db/, I loaded the script on the page, as shown in the picture and it does not hide the "note" row, which in this case is 2 as I understand it, but it is not hidden.
    Thanks for everything
  •  1,695
    Miloš replied

    Hi Eduardo,


    Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •   Eduardo replied privately
  •  1,695
    Miloš replied

    Hi Eduardo

    "When I try to modify a table it is left thinking without executing anything."

    Can you please try now and tell me do you still have that issue.


    About hidden column
    Can you please try to change the theme and see if it will work, i just tased on few tables and it is working.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  2
    Eduardo replied

    "Can you please try now and tell me do you still have that issue"

    The plugin now loads perfectly.

    "Can you please try to change the theme and see if it will work, i just tased on few tables and it is working"

    I tried with another theme and it still does not work, I think I have not implemented it well. Can you tell me how and where can I insert this code?


  •  1,695
    Miloš replied

    Hi Eduardo,


    Nice to hear that now everything is working fine.

    About hidden column:

    I just realised that you are using server side table and unfortunately this script will not work and it will require some code customization.( it is working on non server side tables so you can check it)
    So for now it is not able to hide the sorting column on server side tables.

    But we can recommend this service for customizations: https://wpkraken.io/?tms-plugins (by this link they would know you come from us) - they do develop such custom solutions, could you please send your inquiry to them? They have a promo hourly rate of $29/hour currently. So maybe they can implement this functionality for you.
    Thank you for understanding.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  2
    Eduardo replied

    Thanks Bogdan,

    I take note of what you tell me about custom development to hide the column, since for us it is important not to see it.

    We are in contact.

    Regards,