Leoni Murilo de Lima

Results 4 comments of Leoni Murilo de Lima

I think you could just array.map your data and return objects that don't have the property/column that is now being hidden on your table.

Same issue :/ ``` { dispatch(shoppingListDuck.creators.setCurrentList(value)); }} useNativeAndroidPickerStyle={false} style={pickerSelectStyles} placeholder={{}} value={currentList ? currentList._id : null} items={lists.map(list => ({ label: list.name, value: list._id }))} Icon={() => { return ; }} />...