evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 454 forks source link

Wrong row header selected but row selected properly #351

Closed sudipsadhukhan0295 closed 3 years ago

sudipsadhukhan0295 commented 3 years ago

Here I used selection like this: binding.contentContainer.selectionHandler.selectedRowPosition = 4 selection row working perfectly but selection of row header is wrong image

sudipsadhukhan0295 commented 3 years ago

My fault.