• Resolved cypresshilk

    (@cypresshilk)


    How could I group two values into one cell in the Frontend List?

    Still the best and individual appointment plugin out there!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cypresshilk

    (@cypresshilk)

    Another question, how could I fix the width of the frontend booking table?

    Thank you!

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Grouping two values into one cell will require some code additions (it cannot be setup from the shortcode).

    For fixing the width of the frontend booking list use the following style:

    .cpappbtable { width:200px !important; }

    You may need to fix also some of the columns, for example use the following to fix a specific column (column #2 in the sample):

    .cpappbcol2 { max-width: 60px;overflow: hidden; }

    Please check also the following general info:

    https://apphourbooking.dwbooster.com/blog/2018/12/26/grouped-frontend-lists/

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Group values in frontend list’ is closed to new replies.