fix: style table search broken due to searching on unsearchable columns
Some checks failed
Build / build (push) Failing after 36s
Some checks failed
Build / build (push) Failing after 36s
This commit is contained in:
parent
dc0a4a9be0
commit
e5f04a2c7d
@ -83,7 +83,7 @@ const columnDefs: ConfigColumnDefs[] = [
|
||||
target: 3,
|
||||
data: "title_mutator",
|
||||
orderable: true,
|
||||
searchable: true,
|
||||
searchable: false,
|
||||
className: "size-px whitespace-nowrap",
|
||||
render: (data: string, type: string) => {
|
||||
if (type !== "display") return data;
|
||||
@ -102,7 +102,7 @@ const columnDefs: ConfigColumnDefs[] = [
|
||||
target: 4,
|
||||
data: "description_mutator",
|
||||
orderable: true,
|
||||
searchable: true,
|
||||
searchable: false,
|
||||
className: "size-px whitespace-nowrap",
|
||||
render: (data: string, type: string) => {
|
||||
if (type !== "display") return data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user