mirror of https://gitee.com/y_project/RuoYi.git
表格父子视图添加点击事件打开示例
parent
8bcbdc3160
commit
9cca7839bc
|
@ -7,6 +7,9 @@
|
||||||
<div class="container-div">
|
<div class="container-div">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12 select-table table-striped">
|
<div class="col-sm-12 select-table table-striped">
|
||||||
|
<!-- 点击事件的方式打开使用 detailViewIcon: false and detailViewByClick: true
|
||||||
|
data-detail-view-icon="false"
|
||||||
|
data-detail-view-by-click="true" -->
|
||||||
<table id="bootstrap-table"></table>
|
<table id="bootstrap-table"></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue