New: Show CustomFormats on Interactive Search Results

This commit is contained in:
Qstick
2019-10-18 21:11:55 -04:00
parent 02efc655f9
commit 0039c1c393
4 changed files with 43 additions and 0 deletions

View File

@@ -60,6 +60,12 @@ const columns = [
isSortable: true,
isVisible: true
},
{
name: 'customFormat',
label: 'Formats',
isSortable: true,
isVisible: true
},
{
name: 'rejections',
label: React.createElement(Icon, { name: icons.DANGER }),