Paginator Element won't work for external paging w/ Xano

Pagination worked now. Sorting is yet to work.

Once I fix my steps in sorting, I’ll probably record a video with my settings and share it here so that it’ll be helpful for others too.

@ishika Quick question on the initial setting of sortBy in Xano. Would you mind explaining the reason to pass the table name? The input variable sortBy will hold the column name that needs to be sorted and we write the sort functionality in an API that corresponds to a particular table. Is there a reason as to why we set the table name explicitly again?

Hi Sambhavi,
The format needed is tableName.columnName, the tableName helps pick the correct column from the correct table. Hope this makes sense. You can read further about this on Xano’s documentation on External Sorting.

Could you please share the details related to sorting in this thread. This would help others in the community if they need help in the future :slight_smile:
Thank you!