-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
Add ability to change columns' data type #584
Add ability to change columns' data type #584
Conversation
@kgodey Please review some of my code. None of it is final, and I'm familiarizing myself with the codebase with UI building for now. I'm open to suggestions & criticism. I'm also unsure how to change the columns' data types. Is it done with a call to the backend? Many of the discussions are long and scattered, and I spend most of my time just reading them without much direction. I'd appreciate a pointer here. P.S. If this is a way of getting open-source work done, then I have to say it's very clever 😄 |
I'll defer code review to @pavish, our frontend developer. Yes, you'll need to use backend APIs to get the list of types as well as change the data type. The relevant pull request and issue are linked in #498 under "additional context".
You can browse through all available APIs at |
We can dispatch an outbound event 'onClose' from within the dropdown component. We could use that event to process callbacks as required. |
I actually implemented a prop like that and called it |
…w file; Loop over types prop
Implements #498
⚠ Work in Progress ⚠
Many features aren't yet done and neither is the code quality final. This draft is to track feedback and discuss implementation ideas.
Changes
<CellHeader />
<Header />
and<CellHeader />
to their own folder & separated their styling fromTableView.scss
types
Svelte storefetchTableDetails
function intableData.ts
and stored in thetypes
Svelte storeScreenshots
Checklist
Update index.md
).master
branch of the repositoryDeveloper Certificate of Origin
Developer Certificate of Origin