How to get an observableArray's length?

前端 未结 3 1131
后悔当初
后悔当初 2020-12-17 07:42

I am attempting to create an array of contract line items (CLINs) that will be displayed as individual div elements below a header of general contract informati

3条回答
  •  独厮守ぢ
    2020-12-17 07:57

    Errors from jsfiddle pages do get sent to your browser.

    As for your error, try this:

    
    

    This turns the observableArray into an array and uses the array's length property.

    See the updated the jsfiddle as well.

提交回复
热议问题