react-native-tableview icon indicating copy to clipboard operation
react-native-tableview copied to clipboard

Native iOS UITableView for React Native with JSON support and more

Results 27 react-native-tableview issues
Sort by recently updated
recently updated
newest added

Hi, This issue is not related to 'react-native-tableview'. We are creating a new private component library for our organization. I tried the following: 1. Component library itself as a separate...

question

Code for reproduction is here: https://github.com/henrikra/react-native-tableview/blob/append-items-bug/example/src/screens/Example9.js ## What I would like to achieve I would like to achieve that always when I add new items to the end of the...

@iRoachie Are you interested in the option to support rounded corners on the sections? I've got it to work for me but would like to know if this is something...

enhancement

I use RNTableView with custom cell,cell have touch-events too,when I tap --> hold --> scroll --> release ,it performance as expect , then when i quickly drag it and release...

question

Is there a way to change an individual ``'s color without changing the color of the whole table? `textColor` sets the color of the `TableView`, and using `` doesnt seem...

By default on iOS, UITableView shows extra separators in the empty place below the cells: ![Extra separators](https://i.stack.imgur.com/cFbz5.png) As `RNTableView` is always initialising `tableFooterView`, these separators aren't shown. Could we initialise...

enhancement

Would be nice to make rows swipable.

enhancement

How to customize the view for header or footer InSection @nickw @aksonov

help wanted

The TableView doesn't update when I run example 3 and filter by a property on the state, ``` // list spanish provinces and add 'All states' item at the beginning...

bug

Now animation hard-coded to false https://github.com/aksonov/react-native-tableview/blob/master/RNTableView/RNTableView.m#L485 Can you add property to change it?