hi,
my view looks like this
![aggques.PNG]()
my json looks like this
"authorities":[
{
"name":"Admin",
"description":"ADMIN",
"scopes":["R","W"]
},
{
"name":"User",
"description":"USER",
"scopes":["E","W"]
}
how to bind scopes to my table column
how to do so please help