Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Hardik,

    You can do most of what you want in your theme CSS. You can do things like set the column width on individual columns which can help a lot. Remember that if you want to change the width of a table, don’t try to set the table width directly, change the width of the wrapping element, and the table will follow. If you really want to go wild, add another wrapper div around the whole thing and you can have the table scroll horizontally.

    Thread Starter hardikgandhi

    (@hardikgandhi)

    I get your point here for the fields display…but as such if I make no changes to the code…how many rows can I show on a page??? and will it automatically have vertical scrollbars to show all the records???

    Can I have a limit set that I will only show 20 rows at a time and then have a link to show the other 20 and so on??

    thanks
    Hardik

    Thread Starter hardikgandhi

    (@hardikgandhi)

    Sorry for the last question on pagination…got an answer from the other notes link..thanks

    Thread Starter hardikgandhi

    (@hardikgandhi)

    Can you please guide on the wrapping element changes???

    Thread Starter hardikgandhi

    (@hardikgandhi)

    I tried changing the column widths and it did help me…but the number of fields are more and it did not solve my problem completely. I will need scrollbars to show all my fields in the table….can you please help me on this…as to where can I find the code for the wrapping element?

    thanks

    Plugin Author xnau webdesign

    (@xnau)

    hardik,

    I can’t give you the code for this, it’s not that simple, it’s all depending on how your site it laid out. You can put a <div> tag around the shortcode, then set a fixed with for the outer one, and let the inner one be as big as it needs. This is all done in your theme stylesheet, but the details are more about learning how to use CSS.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Participants Database] Show all fields in [pdb_list]’ is closed to new replies.