kishanov / re-frame-datatable

DataTable component for re-frame library
https://kishanov.github.io/re-frame-datatable/
Eclipse Public License 1.0
103 stars 16 forks source link

Add ::enabled-fn? option to ::pagination #8

Open dragoncube opened 7 years ago

dragoncube commented 7 years ago

It would allow conditionally enable pagination. It would handle more gracefully situations then in most of the cases table would not have too many items, and you could save space on pagination controls. Though, if it happens there are too many items pagination would pop up.