Skip to content

Commit

Permalink
Dev: Add jQuery to index pages for theming menu. DD-2647
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Jun 19, 2023
1 parent 72aa149 commit 201f1f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<title lib="RowReorder">RowReorder examples</title>

<js lib="jquery" />
<info><![CDATA[
RowReorder adds the ability for rows in a DataTable to be reordered through user interaction with the table (click and drag / touch and drag). Integration with Editor's multi-row editing feature is also available to update rows immediately.
Expand Down
1 change: 1 addition & 0 deletions examples/initialisation/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<title lib="RowReorder">Initialisation</title>

<js lib="jquery" />
<info><![CDATA[
The following examples show the basic initialisation, features and options of RowReorder.
Expand Down
1 change: 1 addition & 0 deletions examples/styling/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<title lib="RowReorder">Styling</title>

<js lib="jquery" />
<info><![CDATA[
RowReorder requires very little styling information of its own, with styling needed only for the moving and target elements. As such, integrating RowReorder with your application should be as simple as including the Javascript and base stylesheet! This section shows RowReorder being styled using external CSS frameworks and other styling options.
Expand Down

0 comments on commit 201f1f5

Please sign in to comment.