Skip to content

Commit 81a2dcb

Browse files
committed
fix: remove data- from fetch, pass and filter
1 parent 8b5264e commit 81a2dcb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ <h2 class="padding:5px_0px">Demo</h2>
112112
<a class="margin-right:10px hidden" id="code" data-show="code" data-hide="preview"><i class="fas fa-code"></i></a>
113113
<!--<a class="margin-right:10px"><i class="far fa-window-maximize"></i></a>-->
114114
<a target="modal" href="module_activity_datatable.html"
115-
data-pass_collection="modules"
116-
data-pass_document_id=""
117-
data-pass_fetch_value=""
118-
data-pass_prefix=""
119-
data-pass_to="render"
120-
data-modal_width="600px"
121-
data-modal_height="400px"
122-
data-modal_color="#229954"
123-
data-modal_header="false"
115+
pass-collection="modules"
116+
pass-document_id=""
117+
pass-fetch_value=""
118+
pass-prefix=""
119+
pass_to="render"
120+
modal-width="600px"
121+
modal-height="400px"
122+
modal-color="#229954"
123+
modal-header="false"
124124
class="margin-right:10px">
125125
<i class="fas fa-external-link-alt"></i>
126126
</a>

0 commit comments

Comments
 (0)