Hi there,
I have successfully created a nocode component to fetch a list of remarks for different context. For example. Remarks on a Invoice and Remarks on a Proposal. I have added a collection property to the component, which makes it possible to assign the xano collection for invoices_remarks or the collection for proposal_remarks. Because the remarks are already filtered bij their context, I want to implement client side pagination. But It is not possible to bind my component’s collection property to the paginator. It is not shown in the collection drop down. Can this be fixed or is back-end pagination the way to go?