tablefilter

This commit is contained in:
troy
2021-10-16 13:32:50 +02:00
parent d0576188e0
commit 9297e8d6bc
4 changed files with 38 additions and 1 deletions

View File

@@ -221,11 +221,23 @@ Heading
```
<link href="/cssjs/grid.css" rel="stylesheet">
...
<div class="grid-container">
<section>...</section>
<section>...</section>
<section>...</section>
</div>
```
## tablefilter
```
<script src="/cssjs/tablefilter.min.js">
Suche: <input type="text" onkeyup="myFilter()" id="suchstr" />
<div class="list" id="suchlist">
<div class="row">a</row>
<div class="row">b</row>
<div class="row">c</row>
</div>
```