jbaysolutions / jbaysolutions/vue2-bootstrap-table

Nested Objects support

Open
#36 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vue
Stars
117
Forks
38
PR merge metrics
No merged PRs in 30d

Description

If I have an Object :
```
{
id: 123,
name: "abc",
properties: {
color:"green" ,
email: "xyz@email.com"
}
}
```

I want to create a table with id, name and color only and not show email like this:
| ID | NAME | COLOR |
| ----------- | ----------- | ----------- |
| 123 | abc | green |
| 234 | xyz | red |

How can I do this?

Contributor guide

No contributing guide indexed for this repository

Research direction

No source file or test is named in the issue. Start by locating the Vue2 table component's data and column-handling entry points, then check how nested properties are currently read. Done means a nested properties.color value can appear as COLOR while properties.email remains excluded from the rendered table.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.