DmitrMakeev
commited on
Update data_gc_tab.html
Browse files- data_gc_tab.html +9 -0
data_gc_tab.html
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
<head>
|
@@ -165,6 +167,13 @@
|
|
165 |
{title:"utm_term", field:"pr4"},
|
166 |
{title:"utm_content", field:"pr5"}
|
167 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
});
|
169 |
})
|
170 |
.catch(error => console.error('Error fetching data:', error));
|
|
|
1 |
+
|
2 |
+
|
3 |
<!DOCTYPE html>
|
4 |
<html lang="en">
|
5 |
<head>
|
|
|
167 |
{title:"utm_term", field:"pr4"},
|
168 |
{title:"utm_content", field:"pr5"}
|
169 |
],
|
170 |
+
// Добавление фильтрации и поиска
|
171 |
+
initialFilter: [
|
172 |
+
{field: "curator", type: "like", value: ""}
|
173 |
+
],
|
174 |
+
headerFilterPlaceholder: "Поиск...",
|
175 |
+
headerFilterLiveFilter: true,
|
176 |
+
headerFilterFunc: "like"
|
177 |
});
|
178 |
})
|
179 |
.catch(error => console.error('Error fetching data:', error));
|