Skip to content

Commit 7a2ba8c

Browse files
committed
fix: remove data- from fetch, pass and filter
1 parent 766abbf commit 7a2ba8c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ <h2 class="padding:5px_0px">Demo</h2>
106106
<a class="margin-right:10px hidden" id="code" data-show="code" data-hide="preview"><i class="fas fa-code"></i></a>
107107
<!--<a class="margin-right:10px"><i class="far fa-window-maximize"></i></a>-->
108108
<a target="modal" href="module_activity_datatable.html"
109-
data-pass_collection="modules"
110-
data-pass_document_id=""
111-
data-pass_fetch_value=""
112-
data-pass_prefix=""
113-
data-pass_to="render"
114-
data-modal_width="600px"
115-
data-modal_height="400px"
116-
data-modal_color="#229954"
117-
data-modal_header="false"
109+
pass-collection="modules"
110+
pass-document_id=""
111+
pass-fetch_value=""
112+
pass-prefix=""
113+
pass_to="render"
114+
modal-width="600px"
115+
modal-height="400px"
116+
modal-color="#229954"
117+
modal-header="false"
118118
class="margin-right:10px">
119119
<i class="fas fa-external-link-alt"></i>
120120
</a>

0 commit comments

Comments
 (0)