Add argument break_at_rows, break_at_cols to paginate_table here and the underlying machinery in Insightengineering/formatters that allows users to manually specify pagination breaks, while leaving the rest to the algorithm.
would produce a pagination where there was an (additional) pagination break at 17, but taking that break into account the algorithm works as it does now.
Add argument
break_at_rows
,break_at_cols
topaginate_table
here and the underlying machinery in Insightengineering/formatters that allows users to manually specify pagination breaks, while leaving the rest to the algorithm.E.g.,
would produce a pagination where there was an (additional) pagination break at 17, but taking that break into account the algorithm works as it does now.