-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fastadmin后台操作 #36
Comments
单元格格式设置
|
搜索列表selectpage或者可以考虑把下面那些data的设置直接写入列属性extend里面。 { |
图片预览
|
selectpage 自定义显示字段
|
固定表格1、将js和css文件复制到public/assets/libs/bootstrap-table/dist目录下,我会上传到本文的资源文件中供大家下载。 2、找到public/assets/js/require-backend.js文件,大约在35行左右,配置文件路径。 'bootstrap-table-fixed-columns': '../libs/bootstrap-table/dist/bootstrap-table-fixed-columns', 'bootstrap-table-fixed-columns': { define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'bootstrap-table-fixed-columns'], function ($, undefined, Backend, Table, Form) { } table.bootstrapTable({
修复checkbox
参考: |
限制数字输入
|
bootstrap table 导出设置exportOptions 参数 ignoreColumn, fileName, onMsoNumberFormat, onCellHtmlData
参考https://www.jianshu.com/p/9cc6c903c4b6 |
关闭弹窗 let index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
parent.layer.close(index); //再执行关闭 |
百度编辑器Ueditor addons.js中添加 loader.setAttribute('style', 'width:100%'); |
自定义批量删除
The text was updated successfully, but these errors were encountered: