Free styling demo

Z

Demonstrated features

  • responsive table
  • modal popup
  • free styling

Required skills

  • novice

Required license

  • free

This demo shows a responsive data table styled using the Code Manager.

Current active styles
  • WP-Data-Access-Data-Publisher-Color-Black
  • WP-Data-Access-Data-Publisher-Display-Wide
  • WP-Data-Access-Data-Publisher-Rounded-Corners-Small
Actions
Publication Layout Panel
FirstnameLastnameEmailPhone NoAddressZipcodeCityCountyCountry
FirstnameLastnameEmailPhone NoAddressZipcodeCityCountyCountry

8 Comments

  1. Sebastian Holmeier

    Hi,

    WP Data Access has been very helpful for me so far, thanks a lot for the effort!

    Just two things I haven’t figured out yet: Is there a way to modify the publication style, so that (a) the general search field will be wider, e.g. the entire width of the result table, not just the upper right corner, and (b) that the column search fields appear on top of the table and not below? I believe I read the whole documentation, but didn’t find any options for that. Or would there be other means?

    Unfortunately, I am quite inexperienced (but more than willing to learn).

    Many thanks,
    Sebastian

    Reply
  2. jhione

    The link to the video just refreshes to this page.

    Reply
    • Peter Schulz

      Thanks for mentioning! I updated the link…

      Reply
  3. Ray Pierce

    How can I remove the column headings at the bottom of the table?

    Reply
    • Aaron Lee

      Hi Ray,

      You can remove the column headings at the bottom with CSS.

      Here’s the snippet:

      table.wpda-datatable tfoot {
      display: none;
      }

      You can also target a specific table by using its table ID:

      #yourTableID tfoot {
      display: none;
      }

      I hope this helps!

      Reply

Leave a Reply to Peter Schulz Cancel reply

Your email address will not be published. Required fields are marked *