Skip to main content
17-Peridot
June 29, 2021
Question

how to displaying default values of datatable

  • June 29, 2021
  • 1 reply
  • 2477 views

I have 10 field definitions in a DataTable. If I added rows of 2 field definitions, remaining 8 field definitions should be filled with the default values stored in the datashape of the datatable. How is this possible?

1 reply

16-Pearl
June 29, 2021

@AP_9587236 

 

You mean 10 field definitions in a DataShape? Default values of the field definitions remain unchanged when you add new filed definitions. 

17-Peridot
June 29, 2021

Yes. I can see the default values in datatable also. if the datatables rows added with new values, new values displaying in the datatable. Then once we removed those added values, the datatable rows should be filled with default values. But it is blank. Why ? If any filled columns datas removed in future, the cells should have default values instead of blank cells. What to do for that ? 

16-Pearl
June 29, 2021

@AP_9587236 

 

What is the base type of the fields you are updating? I can see on my local instance that for numeric base type fields the default values are displayed after updating but for fields with string type the default values are not getting displayed.