Skip to content

Commit 7b69997

Browse files
committed
feat: update template_id to render-selector attribute. update filter attributes to filter selector-attributes
1 parent f2e6062 commit 7b69997

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test_files/test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
/*.test{background-color:gray;}*/
1818
</style>
1919
<body class="padding-20px">
20-
<button actions="export" template_id="datatable">Import</button>
20+
<button actions="import">Import</button>
2121

22-
<button actions="import" collection="" pass_id="datatable">
22+
<button actions="export" collection="" pass_id="datatable">
2323
Export
2424
</button>
2525

test_files/test2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/*.test{background-color:gray;}*/
1717
</style>
1818
<body class="padding-20px">
19-
<button actions="export" template_id="datatable">Import</button>
19+
<button actions="import">Import</button>
2020

2121
<button actions="import" collection="" pass_id="datatable">
2222
Export

0 commit comments

Comments
 (0)