So the data binding is happening correctly. The issue is sorting & filtering for the nested objects.
I have also solved same by modifying code of local.filter.js & local.sorter.js inside the node_modules.
But changing those files will not be good idea.
So can anyone here give some good suggestions to override the default sorting and filtering for my purpose. @akveo-private @akveo-bot
Hi, I have nested JSON which i am passing to smart-table. I am setting my columns as follows:
The 'gridSettings' are normal settings for the ng2-smart-table defined as:
So the data binding is happening correctly. The issue is sorting & filtering for the nested objects. I have also solved same by modifying code of local.filter.js & local.sorter.js inside the node_modules. But changing those files will not be good idea. So can anyone here give some good suggestions to override the default sorting and filtering for my purpose. @akveo-private @akveo-bot
Thanks for reading 👍