我是拉勒维尔的新成员,我想从Bootstrap开始。我使用库DataTables并围绕它构建更新函数,但我得到了以下错误:
Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined
at Ha (jquery.dataTables.min.js:24)
at O (jquery.dataTables.min.js:16)
at HTMLTableRowElement.<anonymous> (jquery.dataTables.min.js:17)
at
我使用Webpack编译并将我的所有.js文件打包成一个文件。它编译导入的jquery和引导文件,但当涉及到我自己在main.js中的代码时,如下图所示,它只编译console.log('Hello World');,而不编译searchTable或任何其他函数。
import jQuery from 'jquery';
import bootstrap from '../../../node_modules/bootstrap/dist/js/bootstrap.bundle';
console.log('Hello World
我试图使用引导-sass v.3.1.1.1为我的rails 4应用程序,它只是不工作,它应该是,我找不到解决方案!也许你能帮我。
我的档案是这样的:
/assets/stylesheets/application.css
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/