tableview Questions
1
Solved
Say I have a TableView with many columns, and I want to add a search field to filter rows that fit certain criteria, search by name as an example . thank you
2
Solved
I want to display HashMap contents in a JavaFX Tableview. Please find below the code I used to set the HashMap contents into the table columns. The problem I'm having is that it's displaying only o...
1
Solved
I'm using storyboard to create a UITableView, loading up some data to recommend users to follow, and including a follow button inside the cell.
Only problem is, I'm not able to click the follow bu...
Floranceflore asked 5/4, 2017 at 7:17
2
Solved
I currently have a problem with setting a CheckBoxTableCell from the FXML. I tried to convert this code to FXML:
tableCol.setCellValueFactory(new PropertyValueFactory<Product, Boolean>("prop...
3
Solved
1
Solved
So, first of all, my code is based on the accepted answer in this thread.
I'm trying to create a tableview from a database, and this tableview should be populated dynamically based on what data th...
2
Solved
Currently I am using NSFetchedResultsController to handle tableviews.
I am wondering is there any way to add additional buttons like the delete button in swipe operation?
I am thinking about to s...
Whereunto asked 9/1, 2015 at 6:40
2
Solved
I've this weird app crash when pulling to refresh occurs.
My code goes as it follows:
var posts: [Posts] = []
override func viewDidLoad() {
super.viewDidLoad()
// refreshControl -> pull to...
Pernik asked 19/11, 2016 at 21:41
4
Is there a way to reload specific UITableView cells with multiple sections with animations?
I've been using:
self.TheTableView.reloadSections(NSIndexSet(index: 1), withRowAnimation: UITableViewR...
Ault asked 14/4, 2015 at 16:20
2
Solved
I have a TableView with some rows. The user can select any row but when he clicks on empty rows or anywhere on the Stage, I want to clear his current selection of the TableView.
2
I'm making a program to manage and show data about airports, their flights and so on.
The fact is that I have a tableView (in javafx) with several tableColumns, and I want to show some information ...
Precocity asked 19/5, 2015 at 19:25
2
Solved
I have two arrays: FirstTableArray (include name of brands) and SecondTableArray (include models).
I want to add search through which the model of phone can be found by part of name.
import UIKit...
Livestock asked 15/1, 2017 at 16:10
6
Solved
I've found this tutorial which hides a section of a Static TableView: http://code-ninja.org/blog/2012/02/29/ios-quick-tip-programmatically-hiding-sections-of-a-uitableview-with-static-cells/
It wo...
Cremate asked 20/7, 2013 at 11:41
2
Solved
This has baffled me for a while now and I cannot seem to get the grasp of it. I'm using Cell Value Factory to populate a simple one column table and it does not populate in the table.
It does and...
0
I found this post question link, and I have done my best to convert it from Obj-C to Swift. When I added a new Entity and try to save it to CoreData, the app crashes and highlights this line:
modi...
Kissee asked 24/12, 2016 at 4:21
0
I am trying to make JavaFX Rows Unselectable,NoFocusTraversable but i have no luck doing that. Below is the code of another question which you can use to play with it . I have added two custom line...
6
I'm trying to display a TableView of a list of songs in a user's library. I used the code from this tutorial (which uses a storyboard, but I would like to try it a different way and with just a sub...
Gap asked 7/5, 2014 at 19:35
3
Solved
I am trying to make a program in Java to manage my bookie accounts. I'm new to java, so I thought I would chose something simple to see how things work. I decided to use a tableview and make the in...
Burn asked 14/7, 2014 at 8:58
1
A starter in javafx, I need some help.
I followed the example here and got the cell edit working perfectly.
I enabled the cell selection of the TableViewsetCellSelectionEnabled true in TableViewSel...
2
Solved
I try to make Table cells editable. I managed to do this with two Collumns that have String values in it, but I cant make this with columns that represent Integer values.
Places with X is where co...
3
Solved
I am teaching myself how to work with JavaFX properties within the TableView and am having trouble with some property types. I have an object Person that contains two properties
public class Perso...
1
I am programming a simple Questionare Application. I am using a TableView inside a custom javaFX component (representing one question), that is used as a ListCell inside a ListView (used to represe...
1
Solved
Here is my code in which the error appears:
The error is in line 3 'if let indexpath...'
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
if segue.identifier == "show Detail" {...
2
Solved
I'm developing an app where users writes entries to different topics then can give up and down points to the entries. I used in my tableViewController the function:
func tableView(tableView: UIT...
Bisutun asked 1/10, 2016 at 10:53
2
Solved
I created a layout as follows: in storyborad I have a view that contains a table view and I associate the Class TableViewController. Then I created a new View with a custom cell and assigned to it ...
© 2022 - 2024 — McMap. All rights reserved.