Adds a BFP filter column in nbox data table

This commit is contained in:
Simone Mainardi 2016-02-26 18:18:54 +01:00
parent 7f40994c95
commit 51c44c1d67
2 changed files with 15 additions and 1 deletions

View file

@ -949,6 +949,14 @@ print [[
textAlign: 'left'
}
},
{
title: "Filter (BPF)",
field: "column_bpf",
sortable: true,
css: {
textAlign: 'left'
}
},
{
title: "Status",
field: "column_status",