UNPKG

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.

15 lines 515 B
--- 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: '!URL_COMPONENTS!datatables/media/js/jquery.dataTables.js' --- {% include datatable.html %} <script> // Initialize Datatables $(document).ready(function() { $('.datatable').dataTable(); }); </script>