Skip to content

Editable table in line loading icon #1332

Closed Answered by rubencarvalho
tomvonheill asked this question in Q&A
Discussion options

You must be logged in to vote

Hello Thomas,

If I understood correctly, you're using the inline editing functionality of our Table component.

For this, you should be using the submitEdit property which specifies a function that will be called after the user submits an inline edit. It should return a promise to keep the loading state while the submit request is in progress. You can see more on our API tab for the Table component.

Furthermore, you should be using the editConfig property on the respective columnDefinition. There, you can define the editingCell function, which determines the display of a cell's content when inline editing is active on a cell. You receive the current table row item and a cellContext object …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tomvonheill
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants