当前位置:网站首页>fastadmin更改默认表格按钮的弹窗大小
fastadmin更改默认表格按钮的弹窗大小
2022-07-23 07:51:00 【Turbo97】
核心代码
// 更改顶部按钮的弹窗大小
$(".btn-add").data("area", ["100%","100%"]);
$(".btn-edit").data("area", ["100%","100%"]);
// 更改表格里面的默认编辑按钮弹窗(要放在 var table = $("#table") 后面)
table.on('post-body.bs.table',function(){
$(".btn-editone").data("area",["100%","100%"]);
})
整体代码
index: function () {
// 更改顶部按钮的弹窗大小
$(".btn-add").data("area", ["100%","100%"]);
$(".btn-edit").data("area", ["100%","100%"]);
// 初始化表格参数配置
Table.api.init({
extend: {
index_url: '/index' + location.search,
table: 'table_name',
}
});
var table = $("#table");
// 更改表格里面的默认编辑按钮弹窗
table.on('post-body.bs.table',function(){
$(".btn-editone").data("area",["100%","100%"]);
})
// 初始化表格
table.bootstrapTable({
// code...
})
// 为表格绑定事件
Table.api.bindevent(table);
}
边栏推荐
猜你喜欢
![[wechat applet] case - local life](/img/9d/c1525ce3c199d4db83b7a3b6828b63.png)
[wechat applet] case - local life

Creo 9.0 中几何对象的选取方法

考研题库小程序中如何实现打开考研思维导图pdf

配置firecracker流程即踩坑记录

OSPF detailed explanation (LSA) (2)

overlayfs源代码解析

Several methods of transferring parameters from child components to parent components

GRE,MGRE的详细了解;OSPF基础配置知识

Notes on the seventh day

Network security note 1 - Security of Internet Protocol
随机推荐
sdf折射反射效果记录
酷睿i5 12490f和i5 12600k差距大吗
网络安全笔记1——Internet协议的安全性
NR Modulation 5
js 实现通过身份证获取年龄
第十二天笔记
ERP production operation control
Review of HCIA
Notes on the seventh day
rtx3070ti显卡什么水平 rtx3070ti显卡什么级别 rtx3070ti显卡怎么样
rtx3080ti和3090差距 rtx3080ti和3090哪个性价比高
C #: in, out, ref Keywords
Kafka consumption reports an error coordinator unavailable Rediscovery will be attempt redisCovery
kafka消费报错coordinator unavailable.Rediscovery will be attempt redisCovery
Network security note 1 - Security of Internet Protocol
Creo 9.0 中几何对象的选取方法
英特尔赛扬7300性能怎么样?相当于什么水平级别
考研题库小程序中如何实现打开考研思维导图pdf
Kingbasees formatting function
How to open the thought map pdf of postgraduate entrance examination in the small program of postgraduate entrance examination question bank