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

Question

Question

How can I get the calendar button in a table to show up under the date field?

asked on December 10, 2021

I need more space in my table and the calendar button or date picker is taking up too much space.  How can I get the calendar button in a table to show up under the date field? CSS? JavaScript?

0 0

Answer

SELECTED ANSWER
replied on December 10, 2021

In the Date field in the Table, add a CSS class such as Datewidth

Then put this in your CSS

.Datewidth input {width:90%;}

It should expand the input box slightly which will force the Calendar image underneath.

You can still adjust the Date Field Width % in the Table Column settings, and it will adjust accordingly

 

2 0
replied on December 10, 2021

Thanks!  A nice simple solution that I can use on all my forms!  I like that!

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.