- Posts: 13
- Thank you received: 0
Hi,
3 improvements I would like to have in Table JX:
- centering text in columns titles
- having a vertical line between each column for a better separation of the text
- being able to export the spreadsheet in a csv or xls file
Is it possible ? Otherwise, could you add this in your todo list for the next release ?
Thanks
Please Log in or Create an account to join the conversation.
Hi,
The first two can be done using some CSS. Here is a short descrioption of how the class names are henerated in Table JX:
toolsjx.com/support/3-suggestions/1304-nl2br-line-break#1313
Using this classes you can set text alignment or cell borders within your template's css file.
Number 3 is already on our todo list so it will see the daylight some day.
Please Log in or Create an account to join the conversation.
Hi Tomaz,
This is the code I placed in grid.css:
.tableJX1 td { border:1px solid black; text-align: center; }{
border:1px solid black;
border-collapse:collapse;
}
Please Log in or Create an account to join the conversation.