Create function that returns changes between two data lists of select2 options
maxvanzoest opened this issue · 0 comments
maxvanzoest commented
should return something like
[
{
"id": "0",
"text": "Rijksoverheid",
"change": 1
},
{
"id": "1",
"text": "Parlement",
"change": -1
}
]