根据x可编辑文档(https://vitalets.github.io/x-editable/docs.html#select),可以在源代码中使用函数,但是我不知道如何使用data-editable-source来实现。
我正在尝试做类似的事情。
在html文件中:
//select[@class='valid' and @id='f-cut-off-time']//option[@selected]//preceding::option[1]
并在javascript文件中:
<th data-field="name" data-editable="true" data-editable-source="Myfunction()" data-editable-type="select" data-editable-value=2 date-editable-sourceCache="false" >Name</th>
(显然,此功能只是一个简单的示例。)
有人可以帮我吗?因为上面的代码无法正常工作。
预先感谢您的帮助。