If you are experiencing an issue please mention the full platform your issue applies to:
IDE: NetBeans/Eclipse/IDEA NetBeans 8.2
Desktop OS Windows 10 Pro
Simulator Latest
Device PC, Android 7+ IOS 12+
I have a parts lookup table requirement where it is possible for a filtered list to contain in excess of 1K rows.
Currently using com.codename1.ui.table.TableLayout(x, 8)
However when scrolling, the list, the device is laboring and is not performing well (sluggish)
Short of using a dynamic table (load chunks)
What is your opinion on what method I should use.
Thanks in advance
Regards