11 lines
324 B
PHP
11 lines
324 B
PHP
<?php
|
|
js::import($jsRoot . 'dtable/min.js');
|
|
css::import($jsRoot . 'dtable/min.css');
|
|
?>
|
|
<style>
|
|
.dtable {box-shadow: 0 1px 1px rgba(0,0,0,.05), 0 2px 6px 0 rgba(0,0,0,.045)}
|
|
.dtable-header {border-bottom: 1px solid #f4f5f7;}
|
|
.dtable-header .dtable-cell {font-weight: bold;}
|
|
</style>
|
|
<script>zui.DTable.defineFn();</script>
|