求助,jquery的datatables行编辑问题
推荐于2016-03-27
展开全部
fnfiler 是插入表格数据的一个方法
查了下 有以下参数
{string}: String to filter the table on 插入表格的值
{int|null}: Column to limit filtering to 最大行数
{bool} [default=false]: Treat as regular expression or not
{bool} [default=true]: Perform smart filtering or not
{bool} [default=true]: Show the input global filter in it's input box(es)
{bool} [default=true]: Do case-insensitive matching (true) or not (false)
this.value 是对应的input的值
$("tfoot th").index($(this).parent())+1 因为序列index是从0取的,而实际行数应该需要加1.
好比 0.1.2 其实是有3个数,但显示最后是2. 需要+1
按你的代码得到的是 7
查了下 有以下参数
{string}: String to filter the table on 插入表格的值
{int|null}: Column to limit filtering to 最大行数
{bool} [default=false]: Treat as regular expression or not
{bool} [default=true]: Perform smart filtering or not
{bool} [default=true]: Show the input global filter in it's input box(es)
{bool} [default=true]: Do case-insensitive matching (true) or not (false)
this.value 是对应的input的值
$("tfoot th").index($(this).parent())+1 因为序列index是从0取的,而实际行数应该需要加1.
好比 0.1.2 其实是有3个数,但显示最后是2. 需要+1
按你的代码得到的是 7
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询