【问题标题】:jquery datatables FixedColumns not definedjquery数据表FixedColumns未定义
【发布时间】:2013-05-26 13:33:39
【问题描述】:

我正在尝试使用jquery datatables plugin 并关注the FixedColumns example 但我收到错误Error: ReferenceError: FixedColumns is not defined Line: 64。我正在尝试固定最左边的列,以便在水平滚动时仍然可以看到第一列。

我设置了一个example in jsbin 来显示错误。 FixedColumns 是单独下载的插件吗?如果是的话我找不到。谁能解释为什么我的代码不起作用?

【问题讨论】:

    标签: jquery sorting jquery-plugins datatables


    【解决方案1】:

    FixedColumns plugin 需要更新,浏览器控制台当前报告

    TypeError: $.browser is undefined @ http://www.datatables.net/release-datatables/extras/FixedColumns/media/js/FixedColumns.js:99;

    $.browser 已从 jQuery 1.9 中删除,因此您可以使用 jQuery 1.8.3 代替:http://jsbin.com/uziwin/4/edit

    add the browser detection back to jQuery 1.9+ 加上一些额外的插件:https://github.com/mattberg/jquery-browser ; http://jsbin.com/uziwin/11/edit

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-11-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多