• Resolved xyzbytes

    (@xyzbytes)


    It looks like your plugin can only display one row per record and doesn’t support a detail record page, i.e. click on a column in a record set which would retrieve a detail page.
    Example:
    Last Name:
    Jones

    links to detail page which displays in this fashion either horizontal or vertical table display:

    First Name: John
    Address: 133 Oak Road
    City: Pine Bluff
    State: New York

    Possible?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hi there.

    Our tables have “responsiveness” feature, which can be enabled under “Display” tab above the table. It allows you to hide some columns on mobiles and tablets.

    To achieve something similar to a detail list, you would need to have the following columns:

    Last Name
    First Name
    Address
    City
    State

    Then, when you open settings for each of the following columns individually:

    First Name
    Address
    City
    State

    You would need to enable “Hide column on tablets” slider. This can be tweaked, so it behaves the same on desktops. Simply go to main settings of wpDataTables, and set the Tablet Width to a value greater than a desktop monitor (2000 is a good example for Full HD monitors). This way, the plugin will consider anything below 2000px as tablets, and hide the mentioned columns under a “+” sign in the first column, so when it is expanded it will display all these details just like you mentioned in your question.

    Please take a look at our documentation, on our official website, for more details about this and all other features of the plugin.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Detail Page’ is closed to new replies.