mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 05:56:44 +00:00
feat: nestedList api to list
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@ export default class RestApi {
|
||||
// todo: - get version letter and use table alias
|
||||
async list(params) {
|
||||
// const data = await this.get(`/nc/${this.$ctx.$route.params.project_id}/api/v1/${this.table}`, params)
|
||||
const data = await this.get(`/nc/${this.$ctx.$route.params.project_id}/api/v1/${this.table}/nestedList`, params)
|
||||
const data = await this.get(`/nc/${this.$ctx.$route.params.project_id}/api/v1/${this.table}`, params)
|
||||
return data.data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user