You are viewing limited content. For full access, please sign in.

Question

Question

Wide Table in Laserfiche Forms

asked on March 28, 2014

I would like to develop/engineer a Laserfiche Form that has a very wide table of many fields, which as such means that the form will be very wide and will have to be horizontally scrollable.

 

Can someone tell me if this is possible and how this is possible.

 

Many thanks, in anticipation.

 

0 0

Answer

APPROVED ANSWER
replied on March 28, 2014

It's possible with CSS. The following CSS rules assume that your table's ID attribute is q1. You can adjust the width number to something appropriate for the number of fields your table has.

.cf-form{overflow-x:scroll;}
#q1 .cf-table {width: 2000px;}

 

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.