Skip to content

Instantly share code, notes, and snippets.

@alexandreservian
Created February 13, 2020 01:15
Show Gist options
  • Save alexandreservian/89f007be8904b4196af73a19ac7e6bb2 to your computer and use it in GitHub Desktop.
Save alexandreservian/89f007be8904b4196af73a19ac7e6bb2 to your computer and use it in GitHub Desktop.
Definição das colunas da tabela.
export default [
{
dataKey: 'id',
title: 'Código',
width: 100,
sortable: true,
align: 'center'
},
{
dataKey: 'thumbnail',
width: 100
},
{
dataKey: 'name',
title: 'Nome',
width: 110
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment