You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump patch version [ci:run]
* [renovate] Target develop for vulns
* LKE-8090 fix(queryParsing): use URLSearchParams to get url query params #38
* Fix license year & owner
* Lke 1588 add truncated option (#3)
Data Table plugin: Add an option to show long text
---------
Co-authored-by: Edward Nys <edward@linkurio.us>
Co-authored-by: aminerhanemi <amine@linkurio.us>
Co-authored-by: david <david@linkurio.us>
Co-authored-by: Yiğit Akbulut <29952103+yigitakbulut@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ This plugin supports the following URL parameters in the query string:
45
45
|`param_number_{{Encoded field name}}`| number (**optional**) |*For query templates*, any numerical parameter of the template. |`param_number_age=30`|
46
46
|`param_string_{{Encoded field name}}`| string (**optional**) |*For query templates*, any string parameter of the template. |`param_string_city=Paris`|
47
47
|`param_ids_{{Encoded field name}}`| comma-separated list (**optional**) |*For query templates*, any edgeset/nodeset parameter of the template. |`param_ids_target_ids=1,50,12`|
48
+
|`showLongValues`| boolean (**optional**) | Avoids truncation of long texts. |`showLongValues=false`|
0 commit comments