Skip to content

Commit

Permalink
feat: update template_id to render-selector attribute. update filter …
Browse files Browse the repository at this point in the history
…attributes to filter selector-attributes
  • Loading branch information
frankpagan committed Jul 26, 2023
1 parent f2e6062 commit 7b69997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test_files/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
/*.test{background-color:gray;}*/
</style>
<body class="padding-20px">
<button actions="export" template_id="datatable">Import</button>
<button actions="import">Import</button>

<button actions="import" collection="" pass_id="datatable">
<button actions="export" collection="" pass_id="datatable">
Export
</button>

Expand Down
2 changes: 1 addition & 1 deletion test_files/test2.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/*.test{background-color:gray;}*/
</style>
<body class="padding-20px">
<button actions="export" template_id="datatable">Import</button>
<button actions="import">Import</button>

<button actions="import" collection="" pass_id="datatable">
Export
Expand Down

0 comments on commit 7b69997

Please sign in to comment.