So I got a Smart-table for witch I reload the entire data-set (I need it for a graph).
but I don\'t want all data to get rendered at once (got too many). So in the document
The problem is that if you load your data asynchronously, which you likely do if I understand your description, you need to tell smart-table to watch the source collection so it can refresh whenever there is a change. For that you need to use the st-safe-src