Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以向 DataTable 中的每一行添加/获取一些自定义隐藏数据?每一行都是可点击的,点击后应该执行以 id 作为参数的函数,但这个 id 不应该显示在我的数据表中。
所以基本上,我正在搜索“输入类型=隐藏”之类的东西,但要搜索数据表。谢谢。
您可以通过以下命令隐藏列:
fnSetColumnVis( 1, false );
如此处所述:jquery datatables hide column