I have a table with server-side pagination and support for multiple row selection. On each page, an additional empty element is being added. I'm certain that the query returning the data is correct and does not include any empty elements. How can I fix this and ensure that the selection only applies to the actual number of elements present on the page?
Hey @Dmytro, I can't reproduce this issue. Could you check if assets_table.data
already contains 11 rows? If so, it seems unlikely that the table is adding the empty row.
Hi @TobiasOhlsson my stored procedures return 10 elements as i expexted