Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
meteor应用程序与datatables如何启用行选择_Meteor_Datatables - Fatal编程技术网

meteor应用程序与datatables如何启用行选择

meteor应用程序与datatables如何启用行选择,meteor,datatables,Meteor,Datatables,我正在向我的meteor应用程序添加数据表。 我以前从未使用过数据表库。我想知道指定选项以允许选择表行的语法。另外,了解如何响应行选择事件并捕获选择的行也很好,这样我就可以在我的应用程序逻辑中使用该行数据了。我在作者的网站上找到了答案:

我正在向我的meteor应用程序添加数据表。
我以前从未使用过数据表库。我想知道指定选项以允许选择表行的语法。另外,了解如何响应行选择事件并捕获选择的行也很好,这样我就可以在我的应用程序逻辑中使用该行数据了。我在作者的网站上找到了答案: