mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-16 07:35:45 +01:00
205 lines
5.5 KiB
HTML
205 lines
5.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Examples | TableFilter</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
|
|
|
|
<!-- Bootstrap theme -->
|
|
<link href="assets/css/bootstrap-theme.min.css" rel="stylesheet">
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="assets/css/theme.css" rel="stylesheet">
|
|
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<!-- Fixed navbar -->
|
|
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="index.html">TableFilter</a>
|
|
</div>
|
|
<div class="navbar-collapse collapse">
|
|
<ul class="nav navbar-nav">
|
|
<!-- you can exclude pages using {{#isnt}} helper: {{#isnt data.title 'Blog'}} -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li class="active">
|
|
<a href="examples.html">Examples</a>
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Github <b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
<li>
|
|
<a href="https://github.com/koalyptus/TableFilter">Repo</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/koalyptus/TableFilter/wiki">Wiki</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<a href="http://koalyptus.github.io/TableFilter/docs" target="_blank">Docs</a>
|
|
</li>
|
|
</ul>
|
|
<!--
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Github <b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="https://github.com/assemble/assemble">Assemble</a></li>
|
|
<li><a href="https://github.com/assemble/generator-assemble">Generator Assemble</a></li>
|
|
<li class="divider"></li>
|
|
<li class="dropdown-header">Plugins</li>
|
|
<li><a href="https://github.com/assemble/assemble-contrib-anchors">assemble-contrib-anchors</a></li>
|
|
<li><a href="https://github.com/assemble/assemble-contrib-toc">assemble-contrib-toc</a></li>
|
|
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
-->
|
|
</div><!--/.nav-collapse -->
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="container theme-showcase" role="main">
|
|
|
|
|
|
|
|
<h1>Examples</h1>
|
|
|
|
<p>
|
|
Browse the following examples to see <code>TableFilter</code> in action.
|
|
This library takes HTML tables to a whole new level :)
|
|
</p>
|
|
|
|
<div class="jumbotron">
|
|
<ul>
|
|
|
|
|
|
<li>
|
|
<a href="0-configuration.html">0 configuration</a>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<a href="auto-filter.html">Auto filter, filter as you type behaviour</a>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<a href="data-types.html">Data types, column operations</a>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<a href="advanced-grid-editable.html">Editable advanced grid</a>
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
<li>
|
|
<a href="filters-visibility.html">Filters visibility extension</a>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<a href="filters-visibility-external-toggle.html">Filters visibility extension with external toggle button</a>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<a href="grid-layout.html">Grid layout</a>
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
<li>
|
|
<a href="linked-filters.html">Linked filters</a>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<a href="paging.html">Paging</a>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<a href="advanced-grid-selection.html">Selectable advanced grid</a>
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
</div>
|
|
|
|
<p data-height="446" data-theme-id="0" data-slug-hash="wKBOLp" data-default-tab="result" data-user="koalyptus" class='codepen'>See the Pen <a href='http://codepen.io/koalyptus/pen/wKBOLp/'>TableFilter starter</a> by Max (<a href='http://codepen.io/koalyptus'>@koalyptus</a>) on <a href='http://codepen.io'>CodePen</a>.</p>
|
|
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>
|
|
|
|
|
|
</div>
|
|
|
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
|
<script src="https://code.jquery.com/jquery.js"></script>
|
|
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
|
<script src="assets/js/bootstrap.min.js"></script>
|
|
|
|
<script src="assets/js/github-fork-me.js"></script>
|
|
|
|
</body>
|
|
</html>
|