I've started incorporating Client Side templates into my JavaScript code.
Currently, I'm using the $create method to bind a Sys.UI.DataView to my data. The "data" variable contains a JSON result with 100 records, all of which are being bound by the template.
However, I would like to know how to efficiently pass only a specific amount of data, for example, just 10 records. How can I achieve this?