No content in TableView
问题 I want to load some data from a database into my tableview.I've got a code and it works fine but no my tableview is empty .... Here is my fxml file: <TableView fx:id="libraryNode" editable="true" onKeyPressed="#onLibraryRequest" xmlns:fx="http://javafx.com/fxml" fx:controller="mediabox.app.controller.MusicscreenController"> <columns> <TableColumn text="Index" prefWidth="40" > <cellValueFactory> <PropertyValueFactory property="id" /> </cellValueFactory> </TableColumn> <TableColumn text="Titel"