How can I hide a hidden true component in Datagrid when Initialize Empty true? #4996
Unanswered
Dev-Trilok
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add a hidden text field in Datagrid with the Initialize Empty bit true. On form render, I do want not to show the Hidden field.
How can I hide it?
I have added a grid with hidden field.
![image](https://user-images.githubusercontent.com/48346388/209297031-832f8303-8f08-4642-bcbb-17186467b5e2.png)
When I set Datagrid Iniliaze Empty and render form it will show me like the below image (show hidden column header name or column )
But I want remove the hidden column on the form render like
Beta Was this translation helpful? Give feedback.
All reactions