datatable: use the term filter instead of search - jscancer - Javascript crap (… | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 67bd3591e76e5e571a928f132ccbdc5952c41474 | |
parent a635ec07e766c8e6b11f5616463807ce634d8b7c | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 18 Aug 2017 13:11:53 +0200 | |
datatable: use the term filter instead of search | |
Diffstat: | |
M datatable/example-ajax.html | 2 +- | |
M datatable/example.html | 2 +- | |
2 files changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/datatable/example-ajax.html b/datatable/example-ajax.html | |
@@ -7,7 +7,7 @@ | |
</head> | |
<body> | |
-<input type="search" class="filter-text" value="" placeholder="Search..." auto… | |
+<input type="search" class="filter-text" value="" placeholder="Filter..." auto… | |
<!--<table id="datatable" class="datatable" style="display: none" data-lazyscr… | |
<table id="datatable" class="datatable" cellpadding="0" cellspacing="0" border… | |
diff --git a/datatable/example.html b/datatable/example.html | |
@@ -7,7 +7,7 @@ | |
</head> | |
<body> | |
-<input type="search" class="filter-text" value="" placeholder="Search..." auto… | |
+<input type="search" class="filter-text" value="" placeholder="Filter..." auto… | |
<!--<table id="datatable" class="datatable" style="display: none" data-lazyscr… | |
<table id="datatable" class="datatable" cellpadding="0" cellspacing="0" border… |