Skip to content

Commit

Permalink
Dev fix: Click to focus - need to init it correctly!
Browse files Browse the repository at this point in the history
DD-2640
  • Loading branch information
AllanJard committed Jun 19, 2023
1 parent ff07559 commit ca7f29d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/initialisation/focus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<![CDATA[
$('#example').DataTable({
autoFill: {
focus: true,
},
focus: 'click'
}
});
]]>
</js>
Expand All @@ -16,8 +16,8 @@ $('#example').DataTable({
<![CDATA[
new DataTable('#example', {
autoFill: {
focus: true,
},
focus: 'click'
}
});
]]>
</js-vanilla>
Expand Down

0 comments on commit ca7f29d

Please sign in to comment.