diff --git a/zin/wg/dtable/v1.php b/zin/wg/dtable/v1.php index b4f4a8b1b0..89bdb5688f 100644 --- a/zin/wg/dtable/v1.php +++ b/zin/wg/dtable/v1.php @@ -4,19 +4,8 @@ namespace zin; class dtable extends wg { - protected static $defineProps = 'data,height,plugins,responsive'; - protected function build() { - $id = $this->prop('id'); - $options = json_encode($this->props->skip('id')); - return h::div( - setId($id), - h::js(<<