Skip to content

Remove maxSplits and replace with param to table function

Compare
Choose a tag to compare
@mesmo mesmo released this 02 Dec 10:33
· 129 commits to master since this release

Add a parameter to the table function to control rough or precise rendering of the table. The precise rendering will split rows or columns into the least common multiple of the counts in that row or column; rough rendering will split rows or columns into the max count of the row or column. Rough is the default.