spectreconsole / spectre.console

A .NET library that makes it easier to create beautiful console applications.
https://spectreconsole.net
MIT License
8.9k stars 454 forks source link

Request: ability to display part of table rows #1559

Open viraptor opened 1 month ago

viraptor commented 1 month ago

Is your feature request related to a problem? Please describe. When dealing with a live table which has more rows than fit on the screen, I cannot easily filter what's visible. I can't seem to implement manual scrolling either since getting measurements is not public.

Describe the solution you'd like When using a table (or rows) in a layout, I'd like to be able to:

  1. be able to set the first item to be displayed
  2. query the effective number of entries last displayed

This would allow implementing scrolling up/down easily.


Please upvote :+1: this issue if you are interested in it.