English 中文(简体)
我如何在树枝上翻转数据? 用靴子装饰的敲击风格?
原标题:How do I loop over data in twig with knockout styled with bootstrap?

这必须是唯一的:p

我用twig在交响曲2 中使用 twig 。 我用靴子套装液布局给它打字。 看, 我用击倒来绕过数据, 在行中用 4 (span3) 。 但我不知道如何辨别第 4 个迭代 。

<div class="row-fluid">
    <div class="structureWhite clearfix" data-bind="foreach: stores">
        <div class="span3">
            <h5 data-bind="text: name"></h5>
            <p data-bind="text: address"></p>
            <p data-bind="text: contact"></p>
        </div>
    </div>
</div>

所以我需要将 < code\ lt; div 类= 'row- fluid' & gt; & lt;/ div> 放在第 4 次迭代之后, 或删除第 5 次差之后。 问题是, 靴套没有给第一个宽幅 3, 但其余的都左移 : 2. 12766%。 这意味着第 5 次宽3 (第二行第一个) 的宽度3 偏离了线 。

所以要么我把它分成流体行,要么把第5元素的垫子移开(或者每4元素之后),要么把第1元素的边距加起来(尽管它会反应性如此可变)。任何建议都感激不尽。

问题回答

KO 2. 1 现在包含一个 $index 上下文变量, 您可以在您的 foreach 中获取当前项目的索引 。

这是可见的,所以如果你用它来表达,你需要用它来表达,就像:

<!-- ko if: $index() % 4 === 3 -->
<div>some element</div>
<! /ko -->




相关问题
How to import Bootstrap JS with HTML5 reusable web components

RESOLVED: see my solution in a comment TL;DR: Can t get bootstrap s JS to trigger, suspect that I m importing the JS scripts wrong I ve been trying to get Bootstrap to work properly with my custom ...

Bootstrap scrollable table with fixed header

I want to create a table with a lot of data. To keep it all sorted out, I want the table to be scrollable. I use bootstrap to pimp up the table. I know this question is asked before and the solution ...

What is a CSS framework?

Can anyone tell me about CSS frameworks, and how to use them?

模块boot如何为违约模块工作?

我用两个单元确定我的申请,一个单元是关于阿明的,另一个单元是所谓的缺省。 然后,我为阿明模块创建了一个诱杀装置档案,当我试图确定......时。

热门标签