Merge pull request 'add rowSeq for screen 7' (#102) from dev-manhph1-figbug into dev
Reviewed-on: #102
This commit is contained in:
@ -561,12 +561,6 @@ export default {
|
|||||||
columnOptions: {
|
columnOptions: {
|
||||||
resizable: true,
|
resizable: true,
|
||||||
},
|
},
|
||||||
rowHeaders: [
|
|
||||||
{
|
|
||||||
type: 'rowNum',
|
|
||||||
align: 'right',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
header: {
|
header: {
|
||||||
height: 37,
|
height: 37,
|
||||||
},
|
},
|
||||||
@ -623,6 +617,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
const myColumns = [
|
const myColumns = [
|
||||||
|
{ header: 'No.', name: 'rowSeq', align: 'right', width: 90 },
|
||||||
{
|
{
|
||||||
header: 'FAB',
|
header: 'FAB',
|
||||||
name: 'fabNm',
|
name: 'fabNm',
|
||||||
|
Reference in New Issue
Block a user