How to Display the DATA(Records) in the Data Table, on UI

I have Records in the Data Table, How can i display those records on UI..?

@Harik16924791 when the Data Table is created , there will be Data Pages rules , Report rules will be generated, which can be used to display the data in the UI, using the Table or the repeating dynamic layout components.

Hope this helps..

Thanks

Chandan U

Hi @Harik16924791,

Can you check the report definition named DataTableEditorReport in that data table class. We can override the rule by adding columns that needs to be added. I achieved in this way.

Thanks.

Hi @Harik16924791,

Please follow the below steps

  1. configure table layout in section
  2. Select the source as a data page for the table layout (take a list data page from the data table you have created)
  3. Configure columns

Through these steps, we can populate the data into UI

Regards,

Mohd Qizer Uddin