React with Native

Bringing together React and React Native

GitHub

README

React with native table

react-with-native-table (

OperationClassification

TODO: Ensure embedding this will embed the actual docs in my markdown renderer. I guess it might already do so!

TODO: It would be great to learn more about this topic and see if I can make more cross-environment packages. A great use case would be to create a wrapper around the current fs-orm to enable using it at the frontend too.

OperationClassification ui-cjs)

Api reference
<Table />
Input
-
OutputJSX.Element
📄 Table (exported const)
Internal
Show internal (7)
getColumns()

gets all columns you can present based on a modelname, the interfaces of that model, and the data

Input
-
Output{ name: string,
presentationType?: text / backendAsset / referenceSingle / referenceMultiple,
customPresentation?: { },
objectParameterKey: { },
}[]
<TableHeadItem />
Input
-
OutputJSX.Element
<TableRow />
Input
-
OutputJSX.Element
useIsInViewport()
Input
-
Output{ }
📄 getColumns (exported const)

gets all columns you can present based on a modelname, the interfaces of that model, and the data

📄 TableHeadItem (exported const)
📄 TableRow (exported const)