some html implementation

This commit is contained in:
2019-09-08 03:06:31 +03:00
parent 52a3c7fee7
commit 9bd51d9267
18 changed files with 425 additions and 13 deletions

View File

@ -0,0 +1,3 @@
<div>
<input type="text" id="search" onkeyup="searchTable()" placeholder="search for data" title="search"/>
</div>