-
rasimkocaGefragt am 9. Juni 2021 um 11:56
Hello,
I want to create a normal table, that should look like this:
I've tried this with the widgtes "Data Grid" and "Spreadsheet widget", but bigger entries won't fit in one line:
How can i do this?
Note: You can find this on page 10 of my form
Page URL: https://form.jotform.com/211546558507056 -
Mike_G Jotform SupportGeantwortet am 10. Juni 2021 um 10:35
Form both widgets, have you tried increasing the width of the widgets from its properties?
Also, would a decrease in the font size of the texts in the widget using custom CSS codes to fit it in one line work for you?
We will wait for your response.
-
rasimkocaGeantwortet am 10. Juni 2021 um 11:03
Hallo,
first of all thank you for your message! Yeah both option help me a lot!
Can I just copy the css code you have written there or do i have to consider other things because I have no knowledge about css.
Thank you!
-
Mike_G Jotform SupportGeantwortet am 10. Juni 2021 um 12:57
The CSS codes I have injected in the form in my example only work for the cell under the Robotic Process Automation column of the first row.
The custom CSS codes you need to the changes to every cell are:
tbody#BootstrapDable_body tr td {
font-size: 10px;
}
You would need to inject the codes into the custom CSS tab of every Data Grid widget on your form.
You may, of course, set the font-size property value to your preferred font size.
Feel free to let us know if you need any further assistance.