Category "tableview"

Read Data From Text Field in TableView Dynamic Cell in Swift

I want to read the text in the text fields in my dynamic cells in the table view. Each cell has two text fields and the user can add more cells. My question : H

freeze first column in tableview javafx

I have a tableview(javafx) where I want to freeze the first column, means if you scroll to the right side, the first column would always remain in place on scre

prevent table view to scrolling top after insertRows

I have viewController with tableView inside it. this tableView has many sections and rows. when I try to add a new row in the last section using TableView.inse

Take a txt file and Insert to tableview (JavaFX)

I try to insert to tableview from txt file, but I couldn't do it. This is my txt file. aa.txt (It contains int A, int B, int F) 0 0 0 1 0 1 0 1 0 1 0 0 Th

ScrollView contentOffset reset after pushViewController

I'm experiencing a problem with ScrollView, my scrollView has 640 of width, from 0 to 320 it's a mapView, from 320 to 640 it's a tableView. I have a segmentedBu

How to prevent a UITableViewCell from moving (Swift 5)

This is actually a two part question. First take a look at the code: //canEditRowAt func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath)