Replies: 1 comment
-
So the issue was passing an object to the column instead of a string. The function was actually provided in the demo.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to populate a MFXTableView using this method but this error comes up "Cannot invoke "java.util.function.Function.apply(Object)" because the return value of "io.github.palexdev.materialfx.controls.MFXTableColumn.getRowCellFactory()" is null"
The model looks like this:
Your guidance will be much appreciated
Beta Was this translation helpful? Give feedback.
All reactions