How to combine prettytables and pager?

Replace the last three lines with:

io = IOContext(IOBuffer(), :color => true);
show(io, ds, show_row_number=false, eltypes=false)
pager(String(take!(io.io)), frozen_rows=2)
2 Likes