react-native-simple-table icon indicating copy to clipboard operation
react-native-simple-table copied to clipboard

A simple table for react native.

Results 7 react-native-simple-table issues
Sort by recently updated
recently updated
newest added

is it possible to set the background, border, padding, font, alignment etc of header and body?

How do I allow the table to set it's own height based on the rendered size?

If you use the 'renderCell' property, you cannot make the result look like a table since the column width and styles are not accessible and are not applied to the...

Would be great if you could specify that you want your table to be based on horizontal rows rather than vertical columns. Right now columns is the only choice.