primefaces / primeui

Rich set of javascript-css only widgets
http://www.primefaces.org/primeui
278 stars 125 forks source link

Add feature to hide DataTable header #237

Open ritchiecarroll opened 8 years ago

ritchiecarroll commented 8 years ago

Such that table header will not be shown creating a simple paged list.

Work around:

$("#myDataTable").find("table > thead").hide();