{
title: 'Stato',
key: 'status',
dataIndex: 'status',
filter: 'option',
filterMultiple: true, /** Se impostato a false, verrà mostrata una `Radio` **/
filterOptions: [
{ text: 'Pubblicato', value: 'published' },
{ text: 'Bozza', value: 'draft' },
],
},