We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_
I have one working custom column, and want to add a second.
The data is being added to the file object, the same as the working one.
I can see the data is there using the network inspector tools.
I have the following code for the client options:
cwd: { listView: { columns: ['description', 'uploaded_by', 'size', 'kind', 'date'], columnsCustomName: { description: 'Description', // this one works uploaded_by: 'Uploaded By' // this doesn't } } }
In the column, under "Uploaded By" it just shows {uploaded_by} instead of the data attached to the file.
{uploaded_by}
The text was updated successfully, but these errors were encountered:
7c46ada
To add to this, my second.custom column was.appearing at the end of the.columns, instead of being second.
I ordered the columns in the.client options, a such
Custom column 1, custom column 2, size, modified, type
Yea column 2 was shown last.
Sorry, something went wrong.
I think the order of the column has been set.
rel. #1535
nao-pon
No branches or pull requests
I have one working custom column, and want to add a second.
The data is being added to the file object, the same as the working one.
I can see the data is there using the network inspector tools.
I have the following code for the client options:
In the column, under "Uploaded By" it just shows
{uploaded_by}
instead of the data attached to the file.The text was updated successfully, but these errors were encountered: