diff --git a/benchmarks/big-table/index.html b/benchmarks/big-table/index.html index 2f55858a..b2e59e56 100644 --- a/benchmarks/big-table/index.html +++ b/benchmarks/big-table/index.html @@ -3,9 +3,18 @@
-

- Rendering Large Datasets With Vue {{renderTime}} -

+

Rendering Large Datasets With Vue

+ +

+ {{ rows }} x {{ cols }}, {{ optimized ? 'with' : 'without' }} optimization. {{ msg }} +

+ +

+ + + + +

Filter Data: @@ -22,9 +31,6 @@ {{ visibleCount() }} found. - - - Remount Grid
@@ -40,37 +46,45 @@