patternfly
Version:
This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.
16 lines (15 loc) • 523 B
HTML
alert-message: ', <a href="http://getbootstrap.com" class="alert-link">http://getbootstrap.com</a>, and <a href="http://datatables.net" class="alert-link">http://datatables.net</a>.'
categories: [Widgets]
layout: page
title: Data Tables
resource: true
url-js-extra: '//cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js'
{% include widgets/datatable.html %}
<script>
// Initialize Datatables
$(document).ready(function() {
$('.datatable').dataTable();
});
</script>