Skip to content
backtion edited this page Sep 10, 2020 · 1 revision

ListTable

Used to show list data on the clicked instance.

ObjectView

Used to show Object data on the clicked instance.

ContentSummary

componentDidMount

Fetch data to set data to need show detail.

getViewData

Segment your data so you only have the data you need

clickEvent

Set the data according to the data type by separating object and list.

render

Render the table using the data.

Clone this wiki locally