diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-07-09 20:08:05 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-07-09 20:08:05 +0200 |
commit | d1612a42ec508f3ef0f61163d181e01931b9157c (patch) | |
tree | e2f8da4c115c156a01caa9aa7c419a0084cba047 /kvision-modules/kvision-tabulator/src | |
parent | d0ea8ade727c756aab6c878773fb2873ec41cd23 (diff) | |
download | kvision-d1612a42ec508f3ef0f61163d181e01931b9157c.tar.gz kvision-d1612a42ec508f3ef0f61163d181e01931b9157c.tar.bz2 kvision-d1612a42ec508f3ef0f61163d181e01931b9157c.zip |
New DOM bindings. Drop horrible "strictDOM" property.
Diffstat (limited to 'kvision-modules/kvision-tabulator/src')
-rw-r--r-- | kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt b/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt index f87af393..a179b9ec 100644 --- a/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt +++ b/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt @@ -72,7 +72,6 @@ open class Tabulator<T : Any>( protected var filter: ((T) -> Boolean)? = null init { - this.vnkey = "kv_tabulator_$counter" if (data != null) { @Suppress("UnsafeCastFromDynamic") options.data = data.toTypedArray() |