Skip to content
New issue

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

Adding more customisability for metatable columns #43

Open
ehennestad opened this issue Dec 19, 2024 · 1 comment
Open

Adding more customisability for metatable columns #43

ehennestad opened this issue Dec 19, 2024 · 1 comment

Comments

@ehennestad
Copy link
Collaborator

ehennestad commented Dec 19, 2024

Proposal to add more customisability to table columns. For example, how to represent numerics with scientific notation?

Add more properties here, e.g. ColumnFormat and ColumnFormatData.
https://github.com/VervaekeLab/NANSEN/blob/main/code/%2Bnansen/%2Bmetadata/%2Babstract/%40TableVariable/TableVariable.m

This would then require table variables in need of custom formatting to be implemented as a class (subclass of the linked class) instead of a function.

What do you think, @stevevanhooser

@ehennestad
Copy link
Collaborator Author

Alternatively, and maybe better is to be able to configure this dynamically and add it to the table column settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant