is it possible to customize column value ?? ex : volume as column value source= [ {'author': 'Deba', 'book': 'Angular', 'volume':'10'}, {'author': 'Deba', 'book': 'Physics', 'volume':'10'}, {'author': 'Aditya', 'book': 'Angular', 'volume':'10'} ];
is it possible to customize column value ??
ex : volume as column value
source= [
{'author': 'Deba', 'book': 'Angular', 'volume':'10'},
{'author': 'Deba', 'book': 'Physics', 'volume':'10'},
{'author': 'Aditya', 'book': 'Angular', 'volume':'10'}
];