prolike / dilly-dally_old

An intelligent tool that carefully collects and categorizes all the time developers spend on their work
0 stars 0 forks source link

Implement a pagination feature for table #185

Closed astyltsvig closed 5 years ago

astyltsvig commented 5 years ago

Issue

We need to implement a pagination feature for our table, in case the data exceedes over 20(?) rows.

Discussion

https://bootstrap-vue.js.org/docs/components/table/ There's a pagination option, easy to implement.