how can I make the colums and rows smaller on multiselect grid widget

  • maineventsecurity
    Asked on October 11, 2014 at 11:50 AM
  • jonathan
    Replied on October 11, 2014 at 4:41 PM

    Hi,

    As the demo jotofrm of the MultiSelect Grid Widget shows, it can be resized.

    how can I make the colums and rows smaller on multiselect grid widget Image 1 Screenshot 40

     

    You can do it in the custom CSS code option of the Widget

    how can I make the colums and rows smaller on multiselect grid widget Image 2 Screenshot 51

     

    Please try using this custom CSS code

     

    th, td {

    min-width: 30px;

    height: 30px;

    }

     

    I used it on a demo jotform  and it look like this

    how can I make the colums and rows smaller on multiselect grid widget Image 3 Screenshot 62

     

     

    Hope this help. Tell us if you need more assistance.

    Thanks.

  • maineventsecurity
    Replied on October 12, 2014 at 6:53 AM

    Hi

    That is great. Thanks so much for your response.

    Another query, Is there a way of having text or certain cells a specific colour. I need to show what event is on certain dates.

    Thanks in advance.