From 274db5affc77023e49794a8124887596ac105dec Mon Sep 17 00:00:00 2001
From: Rob Garrison
Date: Sun, 19 Mar 2017 19:39:34 -0500
Subject: [PATCH] Docs: fix linting issues
---
docs/example-parsers-leading-zeros.html | 2 +-
docs/example-widget-build-table.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/example-parsers-leading-zeros.html b/docs/example-parsers-leading-zeros.html
index acfafeb5..545eff1f 100644
--- a/docs/example-parsers-leading-zeros.html
+++ b/docs/example-parsers-leading-zeros.html
@@ -50,7 +50,7 @@
Switching the parser to text (sorter-text
in the second column) will behave the same as the number parser in the first column. This happens because the internal natural sort algorithm processes numeric values similar to the number parser.
Prior to this parser, it was recommended to use a plain text sort (setting textSorter
for the third column; see issue #409). This method is not ideal as a plain sort will sort 2
after 15
, and sort all leading zeros at the top of the column.
This parser (sorter-leadingZeros
in the fourth column) processes leading zeros by subtracting a very small number from the parsed value based on the total length of the string.
-
+
Click on the "Toggle parsed values" button to see the values as saved to the cache.
The small number the leading zeros parser subtracts from the cell value has a precision of 10 digits (1e-10
). If you are using higher precision values, then copy this parser and increase the precision as needed.
diff --git a/docs/example-widget-build-table.html b/docs/example-widget-build-table.html
index ba26b8be..cd8591e7 100644
--- a/docs/example-widget-build-table.html
+++ b/docs/example-widget-build-table.html
@@ -95,7 +95,7 @@
</table>
</div>
-
+