From 796dfe5a3e8f0896b67886019f949f4038a54a1d Mon Sep 17 00:00:00 2001 From: Qingbao Date: Sun, 3 Dec 2017 00:52:13 +0100 Subject: [PATCH 1/4] Added real time searching and lazy loading. CSS taken from Bootstrap 4 --- examples/dist/index.html | 5 + examples/dist/index.js | 32661 ++++++++++++-------------- examples/dist/style.css | 29 + examples/src/index.html | 5 + examples/src/index.js | 2 + examples/src/js/SearchingExample.js | 189 + src/js/CheckboxTree.js | 5 +- src/scss/react-checkbox-tree.scss | 27 + 8 files changed, 15567 insertions(+), 17356 deletions(-) create mode 100644 examples/src/js/SearchingExample.js diff --git a/examples/dist/index.html b/examples/dist/index.html index 514d9a8a..9bfbc720 100644 --- a/examples/dist/index.html +++ b/examples/dist/index.html @@ -56,6 +56,11 @@

Large Data Example

The checkbox tree is capable of supporting a large number of nodes at once.

+

SearchingExample

+

Real Time Searching and Lazy Loading

+
+ +