Possible to use dataTables with nested Data structure?
Hello,
my data structure looks like this.
data: {
payment:“10.10.2015”,
payed:true,
person:{
id:1,
surname:“Me”,
lastname:“he”
}
}
I wanna use this data structure in my dataTables, the Problem is, that i have to use the ID, that the
content Filter works. If i omitting the ID, than the content filter like dateFilter, numerFilter doesn’t work.
Question:
How am i able to use nested data within dataTables, and also be able to use the content filters?
I think webix dataStore uses the ID, do compare the values