patschuh / KafkaEsque

Kafka Development Tool
GNU General Public License v3.0
78 stars 22 forks source link

make default sizing of the messages table more in line with expected usage #62

Closed roboalex2 closed 2 months ago

roboalex2 commented 7 months ago

I allways catch myself increasing the width of the Timestamp column and chaning the order to newest first. Since this configuration seems to be the most likely usecase i made it default.

MWin123 commented 6 months ago

Nice!

@roboalex2 can you please provide a screenshot what it looks like now? Please state the resolution of your monitor as well.

Just brainstorming: Auto sizing of column widths would be nice as well. Like using all the available space fairly between the columns instead of having unused screen space that is completely empty. But I'm not sure if FXML tables support something like that? Basically something the double click action between two columns but you would have to find a way to deal with columns that are way too long for the window size.