Layui table内写done回调事件

mac2025-03-07  17

<table class="layui-table" lay-data="{height:315, width: 300, page:true, id:'test', done :doneFn}" lay-filter="test"> var doneFn = function () { alert(1); }
最新回复(0)