You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have done experiments with DataEditor and DataViewer and could write custom components very easily.
I have the following use case:
In a single row
There are three cells -> State, District, and City
All three are select dropdowns
Districts are dependent on State, and Cities are dependent on District
When a State is changed, I want to empty the selected District - for which I can use the data prop, and Data Viewer displays new content
But, when the user wants to Select the District, I need to filter all districts and show only those districts which are in the State which is selected; for this, all I need to know is which State is selected.
I checked the properties of DataEditor, and it doesn't get the current data.
The other way to put the problem is when DataEditor is called, is it possible to get data of another cell other than the cell passed to DataEditor as props?
This discussion was converted from issue #254 on April 22, 2023 10:41.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using 0.7.7 version.
I have done experiments with DataEditor and DataViewer and could write custom components very easily.
I have the following use case:
data
prop, and Data Viewer displays new contentI checked the properties of DataEditor, and it doesn't get the current data.
The other way to put the problem is when DataEditor is called, is it possible to get data of another cell other than the cell passed to DataEditor as props?
Beta Was this translation helpful? Give feedback.
All reactions