vividvilla/csvtotable

Cannot limit row size based on limit

Closed this issue · 1 comments

If I have a file called "t.csv", to create "t.html", and "t.csv" is approx 143 lines in length, and I want to paginate every 20 row, I am guessing that the syntax is as follows:

csvtotable ./t.csv ./t.html -p -o -vs 20

Somehow, it remains as infinite virtual scrolling, rather than limiting to 20 rows. Am I doing something wrong, or was this intented to always be infinite scrolling?

Might help if I RTFM...DOH! Syntax should be as follows:

csvtotable ./t.csv ./t.html -p -o -vs 0 -dl 20

I got it working....so, nevermind.