datatable: README: fix typo and new filesize - jscancer - Javascript crap (relatively small)
(HTM) git clone git://git.codemadness.org/jscancer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9bbea8b7fea3becef11b06af62d7e4426e5f96fd
(DIR) parent 67bd3591e76e5e571a928f132ccbdc5952c41474
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 18 Aug 2017 13:12:20 +0200
datatable: README: fix typo and new filesize
Diffstat:
M datatable/README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/datatable/README b/datatable/README
@@ -8,7 +8,7 @@ FEATURES
--------
- Small:
- - Filesize: +- 9.4KB.
+ - Filesize: +- 9.1KB.
- Lines: +- 300, not much code, so hopefully easy to understand.
- No dependencies on other libraries like jQuery.
- Sorting on columns, multi-column support with shift-click.
@@ -91,7 +91,7 @@ locale-aware currency, datetimes etc.
FILTERING
---------
-Filtering will be done case-insensitvely on the cell content and when set also
+Filtering will be done case-insensitively on the cell content and when set also
on the data-value attribute. The filter string is split up as tokens separated
by space. Each token must match atleast once per row to display it.