Okay
  Public Ticket #1574997
Clicking a a row to redirect to record page
Closed

Comments

  •  3
    Lionel started the conversation

    Hi,

    I would like the user to be able to click on a row and for it to take them to a page with the an ID from one of the columns, is this possible?

    example:

    ID | Name
     1 | John Doe
     2 | Jane Doe

    When user clicks on the "2 | Jane Doe" row I would like a page to open:

    mydomain.com/profile/?uid=2

    Can this be done with wpDataTables?

    Kind Regards,

    Lionel

  •  471
    Isidora replied

    Hi Lionel,
    Thank you for your purchase.

    Unfortunately something like this is not possible with the plugin build in features and it requires some code customization. We can offer you our paid customization service where you can hire one of our developers to implement this feature for you.  



    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

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

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  •  3
    Lionel replied

    Hi Milan,

    What would be the cost?

    NOTE: I would have expected such functionality standard with this type of plugin, also expect others would want this.

    Kind Regards,

    Lionel Thomas

  •  471
    Isidora replied

    HI Lionel,

    Can you please tell me do you need this for tables with server-side or non server-side?

    Thank you for your suggestion.We carefully follow customers requirements and try to implement most of them if they appears in requests from time to time so we will add to our idea list and look into some possible solutions on plugin side for one of next versions.


    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

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

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  •  3
    Lionel replied

    Hi Milan,

    Needed with server-side processing.

    I just need to be able to set a URL with a Query String using a Field from the query

    for example:

    URL: mydomain.com/profile/?uid=%user_id%

    %user_id% = to the user_id filed on the MySql Query dataset.

    This would be set on a specific column, as an example make a ID column link to a URL... I can setup the Page it links to, so I just need a link on the table, specific to each record.

    Kind Regards,

    Lionel Thomas

  • rjs34 replied

    Did you ever get this figured out wpsoil?  I am looking to do something exactly like this and am flabbergasted that something this simple isn't already present.

  •  3
    Lionel replied

    No haven't heard anything since my last reply.

    I am totally shocked this functionality is not in, as it doesn't make this functional in so many instances it would be used for...

    I was even happy to find out how much or share the cost to get it in as the rest of the plugin is great and I want to use this in a project of mine... Soon I will have to ditch the plugin and ask for a refund


  • rjs34 replied

    I am the exact same as you.  If you happen to find a plugin that can format tables to look nice like this one but have the functionality we are after let me know ([email protected]).

    I don't think you will have much luck getting a refund.  Unfortunately I didn't do my homework and just assumed something so simple would be included when it does such complex things otherwise.  

  •  471
    Isidora replied

    HI wpsoil,

    Sorry for late response. 

    We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.

    Unfortunately that is not possible with built in features of plugin. It requires some custom solution. But if you are using MySQL query for making wpdatatables then you can use MySQL function CONCAT for example if your table have columns id and name you can try with this

    SELECT id, CONCAT("http://www.exemple.com/?id ", table_name.id, "||" , table_name.name ) AS Url_link_with_id  FROM `table_name`

    And then when you make table in wpdatatables set URL column type for column Url_link_with_id

    HI rjs34,

    We already answer you in your ticket.

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

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

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables