MCPcopy Create free account
hub / github.com/callstack/react-native-paper / DataTable

Function DataTable

src/components/DataTable/DataTable.tsx:111–115  ·  view source on GitHub ↗
({ children, style, ...rest }: Props)

Source from the content-addressed store, hash-verified

109 * ```
110 */
111const DataTable = ({ children, style, ...rest }: Props) => (
112 <View {...rest} style={[styles.container, style]}>
113 {children}
114 </View>
115);
116
117// @component ./DataTableHeader.tsx
118DataTable.Header = DataTableHeader;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…