@apistudio/apim-cli
Version:
CLI for API Management Products
33 lines (29 loc) • 769 B
HTML
<html>
<head>
<title>Filtrex highlighting example</title>
<link rel="stylesheet" href="highlight.css" />
</head>
<body>
<h1>Filtrex highlighting example</h1>
<input
type="text"
class="expression"
value="price / taste > 1.3 or weight > 80"
/><br />
<small>Change the expression to highlight different rows</small>
<table class="data">
<thead>
<tr>
<th>price</th>
<th>weight</th>
<th>taste</th>
</tr>
</thead>
<tbody></tbody>
</table>
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="../dist/browser/filtrex.min.js"></script>
<script src="highlight.js"></script>
</body>
</html>