我有一个使用ajaxURL
和headerFilter
的制表器4.2版表,它工作正常。制表器的默认功能是对每次更改都进行ajax调用,但是我正在捕获ajaxRequest
并返回false,以便用户可以输入多个标头字段并单击按钮以一次进行所有的ajax调用。我只是不确定如何在单击按钮时触发Ajax调用?
文档说:
If you have already set the URL using the ajaxURL option in the table constructor
then you can trigger a reload of the data at any point by calling the setData
function without any arguments.
table.setData();
但是我只是遇到Uncaught (in promise)
错误。