Top "Tableview" questions

A table view is a means for displaying and editing hierarchical lists of information.

JavaFX 2.1 TableView refresh items

I have this common issue, as it appears to be. My table view wont refresh my items after I reset …

java javafx tableview javafx-8 fxml
How to get textLabel of selected row in swift?

So i am trying to get the value of the textLabel of the row I select. I tried printing it, …

uitableview swift ios8 tableview xcode6
Changing background color of selected cell?

Does anyone know how to change the background color of a cell using UITableViewCell, for each selected cell? I created …

iphone uitableview colors background tableview
Getting selected item from a JavaFX TableView

How do I get the selected item from a TableView in JavaFX? I am currently using ObservableList selectedItems = taview.getSelectionModel().…

java javafx tableview
JavaFX TableView text alignment

As you can see on the picture the text alignment for each colum is set to left alignment. Is there …

java css tableview javafx
How to get UITableView from UITableViewCell?

I have a UITableViewCell which is linked to an object and I need to tell if the cell is visible. …

iphone ios objective-c xcode tableview
UITableView: hide header from empty section

i have a UITableView, that displays expenses from a current month (see screenshot): My problem is with the header for …

objective-c ios uitableview tableview
How to add CheckBox's to a TableView in JavaFX

In my Java Desktop Application I have a TableView in which I want to have a column with CheckBoxes. I …

java checkbox tableview tablecell javafx-2
How to change height of grouped UITableView header?

I know how to change the height of the section headers in the table view. But I am unable to …

ios uikit tableview uitableview
How to remove extra empty cells in TableViewController, iOS - Swift

Hi I have a TableViewController with two static cells, however when displayed, it shows the two static cells, and then …

ios swift tableview