jquery-tmpl icon indicating copy to clipboard operation
jquery-tmpl copied to clipboard

Make $index available when array passed to .tmpl()

Open brahn opened this issue 14 years ago • 10 comments

It an array is passed to .tmpl() the template is rendered once for each item in the data array.

It would be great if $index were available inside the template when an array is passed to .tmpl(), as it is when using {{each}}.

brahn avatar Dec 01 '10 18:12 brahn

see this patch: https://github.com/clarkbox/jquery-tmpl/commit/993e6fa128c5991723316032abe12ff0cbbb9805

clarkbox avatar Dec 14 '10 01:12 clarkbox

Yes, a lot of people have requested this. I did at one point implement an index field on the template item, but decided against if for the reasons explained here: http://api.jquery.com/jquery.tmpl/#comment-111707270 http://api.jquery.com/jquery.tmpl/#comment-98013066

We may consider adding that feature at some point, but in that case we need to work out the strategy for cases when things might get out of sync... Keeping as an open issue for now.

BorisMoore avatar Dec 16 '10 00:12 BorisMoore

i do not see why would for example rerendering an item rule out the index property.

on the other hand you force the users to craft all kinds of workarounds whihch are all suboptimal (see for example the sample code for rendering items with alternate styles)

as long as all the caveats are noted in the documentation $index should be part of the package

enyim avatar Jan 28 '11 23:01 enyim

more comments about this issue here: https://github.com/jquery/jquery-tmpl/pull/33

clarkbox avatar Jan 28 '11 23:01 clarkbox

We will be considering this for a Beta2 (probably coming out in April).

See also dup https://github.com/jquery/jquery-tmpl/issues#issue/51

BorisMoore avatar Feb 10 '11 18:02 BorisMoore

I definitely support this one. Super useful

dotnetCarpenter avatar Apr 01 '11 14:04 dotnetCarpenter

Thanks for taking the time to submit this issue. Just wanted to let you know this plugin is no longer being actively developed or maintained by the jQuery team. See README for more info.

rdworth avatar Oct 08 '11 06:10 rdworth

$index is available on the 'next-generation' work going on at JsRender. Take a look at this post for more context.

BorisMoore avatar Oct 13 '11 19:10 BorisMoore

Good news albeit I'm concerned that http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js will be shut down. Any news on that account?

dotnetCarpenter avatar Nov 07 '11 00:11 dotnetCarpenter

Well the news is as stated in my post, linked above. jquery.tmpl will of course continue to be available and you can use it, but it will not be maintained with ongoing bug fixes or feature requests. JsRender and JsViews will be where active ongoing development will be happening...

BorisMoore avatar Nov 07 '11 23:11 BorisMoore