bluewatertracks / bwt-datatable

Data table with Polymer 3 support!
GNU General Public License v3.0
42 stars 14 forks source link

Range start should not be zero-based #33

Closed marcelojgarcia closed 6 years ago

marcelojgarcia commented 6 years ago

In all examples provided, the range start of the page is zero-base, i.e. if there are 10 rows per page, data-table footer shows "Rows per page: 10 / 0-10 of N" It should show "Rows per page: 10 / 1-10 of N"

dhrytsenko commented 6 years ago

Thanks, @marcelojgarcia. I will check

dhrytsenko commented 6 years ago

Fixed in PR #34