Могу ли я получить идентификатор отчета выбранной строки? Я использую response- bootstrap -table-next и определил столбцы в .. this manner..
this is my photos column, I want to get the id and pass it over to my modal component to display the right image.
введите описание изображения здесь
Используйте row.reportId, чтобы получить идентификатор
return( <div> <DefectPhotoModal id = {row.reportId} /> </div> )