我想用jQuery DataTable进行多列筛选,但我得到一个错误,不知道如何解决。
错误:$(...)DataTable不是函数类型错误:$(...)。DataTable不是函数未捕获的类型错误:无法读取未定义的属性“column”
你能帮我解决这个错误吗?
我的HTML代码,
@using MvcOnlineTicariOtomasyon.Models.Siniflar;
@model List<Urun>
@{
ViewBag.Title = "Index";
Layout = "~/Views/Shared/_AdminLayout.cshtml";
}
<br />
<table id="example" class="display table table-hover" style="width:100%">
<thead>
<tr class="table-active">
<th>ID</th>
<th>Ürün</th>
<th>Marka</th>
<th>Stok Adedi</th>
<th>Alış Fiyatı</th>
<th>Satış Fiyatı</th>
<th>Kategori</th>
<th>Görsel</th>
<th width="10%">Güncelle</th>
<th>Sil</th>
</tr>
</thead>
@foreach (var u in Model)
{
<tbody>
<tr>
<td id="i">@u.UrunId</td>
<td>@u.UrunAd</td>
<td>@u.Marka</td>
<td>@u.Stok</td>
<td>@u.AlisFiyat ₺</td>
<td>@u.SatisFiyat ₺</td>
<td>@u.Kategori.KategoriAd</td>
<td>@u.UrunGorsel</td>
<td width="10%"><a href="/Urun/UrunGetir/@u.UrunId" class="btn btn-warning">Güncelle</a></td>
<td><a href="/Urun/UrunSil/@u.UrunId" class="btn btn-danger">Sil</a></td>
</tr>
</tbody>
}
</table>
<a href="/Urun/YeniUrun/" class="btn btn-primary">Ürün Ekle</a>
<link href="~/dosya/fixedHeader.dataTables.min.css" rel="stylesheet" />
<link href="~/dosya/jquery.dataTables.min.css" rel="stylesheet" />
<script src="~/dosya/jquery-3.5.1.js"></script>
<script src="~/dosya/jquery.dataTables.min.js"></script>
<script src="~/dosya/dataTables.fixedHeader.min.js"></script>
<script>
$(document).ready(function () {
// Setup - add a text input to eenter code hereach footer cell
$('#example thead tr').clone(true).appendTo('#example thead');
$('#example thead tr:`enter code here`eq(1) th').each(function (i) {
var title = $(this).text();
$(this).html('<input type="text" placeholder="' + title + ' Ara" />');
$('input', this).on('keyup change', function () {
if (table.column(i).search() !== this.value) {
table
.column(i)
.search(this.value)
.draw();
}
});
});
var table = $('#example table').DataTable({
orderCellsTop: true,
fixedHeader: true
});
});
</script>
试试这个代码。
我已经用#example
替换了这个代码#example
。因为您的表ID是“#example”。
<script>
$(document).ready(function () {
// Setup - add a text input to eenter code hereach footer cell
$('#example thead tr').clone(true).appendTo('#example thead');
$('#example thead tr:`enter code here`eq(1) th').each(function (i) {
var title = $(this).text();
$(this).html('<input type="text" placeholder="' + title + ' Ara" />');
$('input', this).on('keyup change', function () {
if (table.column(i).search() !== this.value) {
table
.column(i)
.search(this.value)
.draw();
}
});
});
var table = $('#example').DataTable({
orderCellsTop: true,
fixedHeader: true
});
});
</script>
我想与Firebase连接,但我有一个错误:"无法解析Android应用程序模块gradleconfig.resolvegradle构建问题和/或重新同步."和我检查我的gradle.
我试图用mvn组织构建一个aem项目。阿帕奇。专家插件:maven原型插件:2.4:generate-DarchetypeGroupId=com。土砖花岗岩原型-DarchetypeArtifactId=aem项目原型-DarchetypeVersion=12-DarchetypeCatalog=https://repo.adobe.com/nexus/content/groups/public/
我得到一个错误java。lang.OutOfMemoryError(无错误消息),同时生成我的项目的签名Android应用程序包(AAB)。这是完整的错误消息- ***任务“:app:signReleaseBundle”的执行失败。 执行com.android.build.gradle.internal.tasks.FinalizeBundleTask$BundleToolRunnablejava
我用的是reactjs。我正在使用material表获取可编辑表中的数据。但是我得到了一个像图片一样的错误,我怎样才能修复这个错误呢? 我使用useState进行表格的编辑设置。你能帮我纠正一下错误吗? 我在接收数据时没有收到任何错误。我只是在表格上使用活动/非活动编辑。但是 为行提供错误。 下面是错误截图和我的源代码
我试图在webGL中构建我的游戏,但我得到了这个错误 找不到文件“C:\users----\OneDrive\Documents\Endless\Runner\Temp\StagingArea\Data\Native\Build.bc” 我对unity和stackoverflow很陌生,所以不要对我太苛刻。
以下是错误: 警告:需要(/home/****/public_html/wp-包含/load.php):无法打开流:第21行 /home/growfi5/public_html/wp-settings.php中没有这样的文件或目录 致命错误:require():无法打开required'/home/**/public\u html/wp includes/load。php'(include_pat