Top "Tableview" questions

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

Programmatically change the TableView row appearance

After doing a Oracle tutorial about the TableView, I was wondering if there's a way to programmatically apply different CSS …

java javafx-2 tableview
(Swift) Storing and retrieving Array to NSUserDefaults

I am trying to store an array to NSUserDefaults and retrieve the array when needed to populate a UITableView. Currently …

ios swift tableview nsuserdefaults
how to update data in tableview (Swift)

I have two Swift files: NotificationsViewController and ViewController. The firstArray is updated in the ViewContoller when a button is tapped. …

ios iphone swift uitableview tableview
Clicking Event in UITableView

I have a button and Table. Now I want to click in such way that Whenever I select any row …

iphone objective-c ios uitableview tableview
JavaFX tableview resize to fit window

I am just trying out JavaFX and am forcing my way into it because it is suppose to be the …

javafx tableview fxml borderpane gridpane
How to add button in JavaFX table view

I have searched at Google and Stackoverflow for this and I just don't get the given examples. Can someone please …

java button javafx tableview
Scroll to top of UITableView by tapping status bar

I know there's tons of code out there to scroll a tableview to the top, but I want to do …

ios objective-c scroll tableview statusbar
TableView search in Swift

I have two arrays: FirstTableArray (include name of brands) and SecondTableArray (include models). I want to add search through which …

arrays swift uitableview tableview uisearchbar
How to reload tableview from another view controller in swift

When I dismiss a modal view controller I want the tableview to update, I am using the form sheet presentation …

ios swift tableview
Setting font color of JavaFX TableView Cells?

In my Java Desktop Application I have a JavaFX Table with 3 columns. I want to set the font color of …

java tableview javafx textcolor