I am displaying data list as shown below:
<div class="my-table" data-bind="if:(dataList() && dataList().length)">
//render data raw here...
I am new to ko and looking to refresh this list without reloading the page, is this something possible with knockout?
I believe i can add new items to the list using something like applyBindingsToNode
, but looking for a way to refresh the entire list as there are some refreshed numbers on one of the column.