List view column order name column after date column #3671
Unanswered
benny-adiwijaya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to move name column after date column, I have try using this
listView : { columns: ['date', 'name', 'size', 'kind'], // Column visibility columnsCustomName: { date: 'Date', name: 'Name', size: 'Size', kind: 'Kind' } }It show 2 column name, before and after date. how to move name column the right way?
Beta Was this translation helpful? Give feedback.
All reactions