Skip to content

Commit

Permalink
Commit Documentacion
Browse files Browse the repository at this point in the history
  • Loading branch information
KiddyTheKid committed Apr 26, 2018
1 parent 80fe1f8 commit d925786
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Esto es ubicado de preferencia en un DOM Select, recibe el numero de la opcion s
|:------------ |:--------------------------------------- |
| input-target | Id del input al que se aplica el cambio |

Codigo de ejemplo

```html
<input type="text" id="filtro" table-col="0" onkeyup="searchInTable(this)">
<select onchange="changeTableSearchCol(this)" input-target="filtro">
Expand Down

0 comments on commit d925786

Please sign in to comment.