liuwenchao / aha-table

A Polymer element for a searchable, sort-able, paginate-able, inline-editable, select-able, copy-able, removable data table or grid generated by JSON data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hide navigation bar at the bottom.

mwinters-stuff opened this issue · comments

It would be nice to have an option to hide the navigation pager at the bottom and just show everything (useful for short lists).

:)

you can easily achieve this by css, setting tfoot as: display: none. Let me know if you have issue about it.

Let me know if you still have issue here.