問題タブ [v-for]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
vue.js - Vue three columns of checkboxes in Bootstrap 4
Can anyone help me here with a 3 column layout via vue-js in bootstrap-4. I want to get my checkboxes displaying as 3 columns. The users are in order and I want the order going down the first column, then down the second and finally the third.
Thanks
html - vuejsは、25または50レコードごとに凡例行をテーブルに繰り返します
私はすでに VueJS を正常に動作させv-forています:
次に、凡例/ガイド行を 25 または 50 レコードごとに追加する必要があります。たとえば、次のようになります。
驚いたことに、そのv-if部分が機能しないだけでなく、「ReferenceError: request is not defined」(v-ifディレクティブを省略したり、余分な<tr>ものを完全に削除したとしても) というエラーが返されるため、VueJS は DOM を考慮しています。構造がよくわからないのかもしれません。
いずれにせよ、どうすればこれを行うことができますか?
ところで、純粋に HTML/CSS でこれを行う方法はありますか?