I tested your library and it works great for small lists, but when I try to load a significant amount of data (I tested it with 10,000 rows, the application crashes), which could be solved with a lazy load
Taking advantage of the question, is there any way to explicitly define to use table instead of list?
I tested your library and it works great for small lists, but when I try to load a significant amount of data (I tested it with 10,000 rows, the application crashes), which could be solved with a lazy load
Taking advantage of the question, is there any way to explicitly define to use table instead of list?