Ask Your Question
1

What is the method to erase the blank line following the spring-shell tables?

asked 2023-07-02 12:31:43 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-07-02 12:51:01 +0000

david gravatar image

One way to erase the blank line following the spring-shell tables is to add the following line of code:

shellTableRenderer.setAutoSizing(true);

This sets the shell table renderer to automatically adjust the table size to remove any empty rows. Alternatively, you can also set the table size explicitly using:

shellTableRenderer.setSize(tableRows);

where tableRows is the number of rows in the table. This ensures that the table takes up the exact amount of space needed for the data without any unnecessary empty rows.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-02 12:31:43 +0000

Seen: 7 times

Last updated: Jul 02 '23