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.

206 lines 7.98 kB
<!DOCTYPE html> <!--[if IE 9]><html class="ie9"><![endif]--> <!--[if gt IE 9]><!--> <html> <!--<![endif]--> <head> <title>Tables - PatternFly</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="../dist/img/favicon.ico"> <!-- iPad retina icon --> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png"> <!-- iPad retina icon (iOS < 7) --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png"> <!-- iPad non-retina icon --> <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png"> <!-- iPad non-retina icon (iOS < 7) --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png"> <!-- iPhone 6 Plus icon --> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png"> <!-- iPhone retina icon (iOS < 7) --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png"> <!-- iPhone non-retina icon (iOS < 7) --> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png"> <link href="../dist/css/patternfly.min.css" rel="stylesheet" media="screen, print"> <link href="../dist/css/patternfly-additions.min.css" rel="stylesheet" media="screen, print"> <link href="tests.css" rel="stylesheet" media="screen, print"> <script src="../components/jquery/dist/jquery.min.js"></script> <script src="../components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="../dist/js/patternfly.min.js"></script> </head> <body> <div class="container"> <div class="page-header"> <h1>Tables</h1> </div> <div class="alert alert-warning"> <span class="pficon pficon-warning-triangle-o"></span> These examples are included for development testing purposes. For official documentation, see <a href="https://www.patternfly.org" class="alert-link">https://www.patternfly.org</a> and <a href="http://getbootstrap.com" class="alert-link">http://getbootstrap.com</a>. </div> <hr> <h2>Contextual classes</h2> <table class="table table-bordered"> <thead> <tr> <th>#</th> <th>Column heading</th> <th>Column heading</th> <th>Column heading</th> </tr> </thead> <tbody> <tr class="active"> <td>1</td> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr> <td>2</td> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr class="success"> <td>3</td> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr> <td>4</td> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr class="warning"> <td>5</td> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr> <td>6</td> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr class="danger"> <td>7</td> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> </tbody> </table> <h2>Responsive and bordered tables. Striped and hover rows.</h2> <div class="table-responsive"> <table class="table table-striped table-bordered table-hover"> <thead> <tr> <th>Session</th> <th class="text-right">Course Number</th> <th>Title</th> <th>Level</th> <th>Course Format</th> <th>Days</th> <th class="text-right">CRN</th> </tr> </thead> <tbody> <tr> <td><a href="#">Winter 2014 Full-Term Session</a></td> <td class="text-right">CMN 6020</td> <td>Ethical Issues in Organizational Communication</td> <td>Graduate</td> <td>Online</td> <td>T </td> <td class="text-right">20115</td> </tr> <tr> <td><a href="#">Winter 2014 Full-Term Session</a></td> <td class="text-right">CMN 6020</td> <td>Ethical Issues in Organizational Communication</td> <td>Graduate</td> <td>Online</td> <td>W </td> <td class="text-right">21509</td> </tr> <tr> <td><a href="#">Winter 2014 Full-Term Session</a></td> <td class="text-right">CMN 6050</td> <td>Crisis Communication</td> <td>Graduate</td> <td>Online</td> <td>W </td> <td class="text-right">20915</td> </tr> <tr> <td><a href="#">Winter 2014 Full-Term Session</a></td> <td class="text-right">CMN 6050</td> <td>Crisis Communication</td> <td>Graduate</td> <td>Online</td> <td>Th </td> <td class="text-right">21550</td> </tr> <tr> <td><a href="#">Winter 2014 Full-Term Session</a></td> <td class="text-right">CMN 6060</td> <td>Negotiation, Mediation, and Facilitation</td> <td>Graduate</td> <td>Online</td> <td>Th </td> <td class="text-right">20119</td> </tr> <tr> <td><a href="#">Winter 2014 Full-Term Session</a></td> <td class="text-right">CMN 6060</td> <td>Negotiation, Mediation, and Facilitation</td> <td>Graduate</td> <td>Online</td> <td>T </td> <td class="text-right">20122</td> </tr> <tr> <td><a href="#">Winter 2014 Full-Term Session</a></td> <td class="text-right">CMN 6060</td> <td>Negotiation, Mediation, and Facilitation</td> <td>Graduate</td> <td>Online</td> <td>T </td> <td class="text-right">21511</td> </tr> <tr> <td><a href="#">Winter 2014 Full-Term Session</a></td> <td class="text-right">CMN 6060</td> <td>Negotiation, Mediation, and Facilitation</td> <td>Graduate</td> <td>Online</td> <td>Th </td> <td class="text-right">21330</td> </tr> <tr> <td><a href="#">Winter 2014 Full-Term Session</a></td> <td class="text-right">CMN 6061</td> <td>Personal Branding</td> <td>Graduate</td> <td>Online</td> <td>Th </td> <td class="text-right">20124</td> </tr> <tr> <td><a href="#">Winter 2014 Full-Term Session</a></td> <td class="text-right">CMN 6080</td> <td>Intercultural Communication</td> <td>Graduate</td> <td>Online</td> <td>W </td> <td class="text-right">20126</td> </tr> </tbody> </table> </div> </div><!-- /container --> </body> </html>