如何以编程方式触发headerfilter ajax调用?

时间:2019-05-31 20:32:00

标签: javascript tabulator

我有一个使用ajaxURLheaderFilter的制表器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)错误。

0 个答案:

没有答案