datatable: less LOC - 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 1c2c73ba945539ba94fd9b7fceefd24347d76025
 (DIR) parent 8f13ca642d42f2de56679e408389922c9f06f214
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Wed, 16 Aug 2017 18:35:39 +0200
       
       datatable: less LOC
       
       Diffstat:
         M datatable/README                    |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/datatable/README b/datatable/README
       @@ -8,8 +8,8 @@ FEATURES
        --------
        
        - Small:
       -  - Filesize: +- 9.4KB.
       -  - Lines: +- 300, not much code, so hopefully easy to understand.
       +  - Filesize: +- 8.8KB.
       +  - Lines: +- 285, not much code, so hopefully easy to understand.
          - No dependencies on other libraries like jQuery.
        - Sorting on columns, multi-column support with shift-click.
        - Filtering values: case-insensitively, tokenized (separated by space).