1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 18:06:01 +00:00

Domains and Mailboxes datatable - server side processing - filtering by tags

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
This commit is contained in:
Kristian Feldsam
2023-12-27 16:29:25 +01:00
parent efcca61f5a
commit ac4f131fa8
3 changed files with 36 additions and 13 deletions

View File

@@ -613,7 +613,7 @@ jQuery(function($){
{
title: 'Tags',
data: 'tags',
searchable: false,
searchable: true,
orderable: false,
defaultContent: '',
className: 'none'
@@ -1107,6 +1107,7 @@ jQuery(function($){
{
title: 'Tags',
data: 'tags',
searchable: true,
defaultContent: '',
className: 'none'
},