标签: datatables
我可以在DataTable中声明component Did Mount()编辑器吗?
DataTable
component Did Mount()
componentDidMount() { adminAccountEditor = new $.fn.dataTable.Editor({ table:"name of the table", ajax:"/url..." }); }