<@U0F3291QE> <@U78L28DMX> If you want to handle th...
# tornadofx
c
@edvin @amanda.hinchman-dominguez If you want to handle the pagination outside of the datagrid, you can do something simple like this. WARNING: Oscilloscope Content https://courses.bekwam.net/public_tutorials/bkcourse_tornadofx_slideshow.html
a
Ah yes I was studying this page! There were some concepts that I was experimenting with here, but I may go with @edvin’s suggestion with the external pagination control from javafx. I really like what you have set up because the code is short and sweet, but I may possibly try a more verbose method first and maybe even share a simple demonstration if/when I achieve the goal, both for feedback and perhaps for contributing to documentation or one of your blogs (if interested). I would imagine that people using datagrid may be interested in a datagrid pagination demonstration
e
@amanda.hinchman-dominguez Carl's example is infact using the JavaFX datagrid, just with our TornadoFX wrapper to make it easier. However, the best approach is for sure manipulating or wrapping the list item for the data grid.
👍 1