ayonious / console-table-printer

🖥️ 🍭 Printing Pretty Tables on your console
https://console-table.netlify.app
MIT License
172 stars 22 forks source link

Column and row span not available #472

Open Tamil-0714 opened 1 month ago

Tamil-0714 commented 1 month ago

how can i span the column or row common for n time to row or column , like a column is common for two columns

ayonious commented 1 month ago

@Tamil-0714 could you also give an example?

Tamil-0714 commented 1 month ago

@Tamil-0714 could you also give an example?

Screenshot from 2024-07-30 10-04-11.png

This is the output of the html file here the column CIA mark is common for all column i want to display exactly same as this in terminal, how can span columns

ayonious commented 1 month ago

I dont see any column named "CIA mark" but I suppose you mean "Current CIA". You can use Title in this case. Thats the best option we have for this.

Tamil-0714 commented 1 month ago

I dont see any column named "CIA mark" but I suppose you mean "Current CIA". You can use Title in this case. Thats the best option we have for this.

Ok see the assignment and test column that is common to (one,two, three) and (mid , end ) column how can I achieve that ,

Is there any way to achieve same this table in terminal

ayonious commented 1 month ago

No this can't be achieved with current features. This looks like too complicated feature. If this is needed for many people we will implement it.