mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 16:37:09 +00:00
feat: manyToMany support
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
This commit is contained in:
@@ -7,9 +7,8 @@ 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);
|
||||
// data.headers['xc-db-response'];
|
||||
|
||||
// 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)
|
||||
return data.data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user