Skip to content

Commit

Permalink
chore: add header title to all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 15, 2024
1 parent e477bc4 commit 0ebf31a
Show file tree
Hide file tree
Showing 83 changed files with 89 additions and 8 deletions.
1 change: 1 addition & 0 deletions examples/example-0070-plugin-state.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<link rel="stylesheet" href="../dist/styles/css/slick-alpine-theme.css" type="text/css"/>
</head>
<body>
<h2 class="title">Example - Grid State Plugin</h2>
<div style="position:relative">
<div id="gridContainer">
<div id="myGrid" style="width:600px;height:500px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-autocomplete-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="stylesheet" href="examples.css" type="text/css"/>
</head>
<body>
<h2 class="title">Example - Autocomplete Editor</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" class="slick-container" style="width:100%;height:500px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-autotooltips.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="../dist/styles/css/slick-alpine-theme.css" type="text/css"/>
</head>
<body>
<h2 class="title">Example - Auto-Tooltips Plugin</h2>
<table width="100%">
<tr>
<td valign="top" width="50%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-bootstrap-3-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</style>
</head>
<body>
<h2 class="title">Example 3 - Bootstrap 3 Headers</h2>
<table width="100%">
<tr>
<td valign="top" width="50%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-checkbox-header-row.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Checkbox Row Selections with Header Row</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" style="width:100%;height:700px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-checkbox-row-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Checkbox Row Selections</h2>
<div style="position:relative">
<p>Without Font Styling</p>
<div style="width:600px;">
Expand Down
1 change: 1 addition & 0 deletions examples/example-colspan.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="stylesheet" href="../dist/styles/css/slick-alpine-theme.css" type="text/css"/>
</head>
<body>
<h2 class="title">Example - Colspan</h2>
<table width="100%">
<tr>
<td valign="top" width="50%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-column-group.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Header Grouping</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" class="slick-container" style="width:100%;height:500px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-column-hidden.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Hidden Columns</h2>
<div style="position:relative">
<div style="width:600px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-composite-editor-item-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Composite Editor with Item Details</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" class="slick-container" style="width:100%;height:500px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-composite-editor-modal-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
</head>

<body>
<h2 class="title">Example - Composite Editor with Modal Dialog</h2>
<div style="position:relative">
<div style="width:640px;">
<div id="myGrid" class="slick-container" style="width:100%;height:500px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-csp-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
">
</head>
<body>
<h2 class="title">Example - CSP Header</h2>
<table width="100%">
<tr>
<td valign="top" width="50%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-custom-column-value-extractor.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="../dist/styles/css/slick-alpine-theme.css" type="text/css"/>
</head>
<body>
<h2 class="title">Example - Custom Column Value Extractor</h2>
<table width="100%">
<tr>
<td valign="top" width="50%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-drag-row-between-grids.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Drag Row between Grids</h2>
<div style="position:relative">
<div style="width:600px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-draggable-grouping.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Draggable Grouping</h2>
<div style="position:relative">
<div style="width:675px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-draggable-header-grouping.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Column Draggable Grouping</h2>
<div style="position:relative">
<div style="width:675px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-dynamic-filtered-with-jquery-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Dynamic Example with Filters inside jQuery tabs</h2>
<table width="100%">
<tr>
<td valign="top" width="50%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-dynamic-with-jquery-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Dynamic Example with jQuery tabs</h2>
<table width="100%">
<tr>
<td valign="top" width="50%">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Excel Compatible Spreadsheet with DataView</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" class="slick-container" style="width:100%;height:300px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-excel-compatible-spreadsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Excel Compatible Spreadsheet</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" class="slick-container" style="width:100%;height:300px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-explicit-initialization.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="../dist/styles/css/slick-alpine-theme.css" type="text/css"/>
</head>
<body>
<h2 class="title">Example - Explicit Initialization</h2>
<table width="100%" cellpadding="2">
<tr>
<td valign="top" width="50%" id="myTable">
Expand Down
1 change: 1 addition & 0 deletions examples/example-external-headersort.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="../dist/styles/css/slick-alpine-theme.css" type="text/css"/>
</head>
<body>
<h2 class="title">Example - External Header Sorting</h2>
<table width="100%">
<tr>
<td valign="top" width="50%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-footer-totals.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Footer Totals</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" class="slick-container" style="width:100%;height:320px;"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Frozen Grid with Header Grouping</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" style="width:100%;height:500px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-frozen-columns-and-column-group.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Frozen Columns & Column Group</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" class="slick-container" style="width:100%;height:500px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-frozen-columns-and-rows-spreadsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Frozen Columns & Row Spreadsheet</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" class="slick-container" style="width:100%;height:500px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-frozen-columns-and-rows.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Frozen Columns & Rows</h2>
<div style="position:relative">
<div style="width:600px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-frozen-columns-autoheight.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Frozen Columns with Auto-Height</h2>
<div id="container" class="slick-container"></div>
<div id="description">
<h2>
Expand Down
1 change: 1 addition & 0 deletions examples/example-frozen-columns-large.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Frozen Columns with Large Dataset</h2>
<div style="position:relative">
<div style="width:2048px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-frozen-columns-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Frozen Columns inside jQuery Tabs</h2>
<div id="tabs">
<ul>
<li><a href="#tabs-1">Tab 1</a></li>
Expand Down
1 change: 1 addition & 0 deletions examples/example-frozen-columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</style>
</head>
<body>
<h2 class="title">Example 4 - Frozen Columns</h2>
<div style="position:relative">
<div style="width:600px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-frozen-row-reordering.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Frozen with Row Reordering</h2>
<div style="position:relative">
<div style="width:600px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-frozen-rows.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Frozen Rows</h2>
<div style="position:relative">
<div id="gridContainer" style="width:600px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-grid-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Grid Menu Control</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" style="width:100%;height:500px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-grouping-checkbox-row-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Grouping Checkbox Row Select</h2>
<div style="position:relative">
<div style="width:600px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-grouping-esm.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
</style>
</head>
<body>
<h2 class="title">Example Grouping - ESM</h2>
<div style="position:relative">
<div style="width:600px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-grouping-groupcolumn.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Row Group with dedicated Grouping Column</h2>
<div style="position:relative">
<div style="width:600px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-grouping.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Grouping</h2>
<div style="position:relative">
<div style="width:600px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-header-row.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Header Row (filters)</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" class="slick-container" style="width:100%;height:500px;"></div>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
padding: 20px;
border: 1px solid gray;
width: 97%;
background-color: #f8f8f8;
background-color: #f1f1f1;
border-radius: 4px;
display: flex;
column-gap: 5px;
Expand Down
1 change: 1 addition & 0 deletions examples/example-infinite-scroll-esm.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</style>
</head>
<body>
<h2 class="title">Example Infinite Scroll - ESM</h2>
<div style="position:relative">
<div style="width:650px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-jquery-accordion.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</style>
</head>
<body>
<h2 class="title">Example - jQuery Accordion</h2>
<table width="100%">
<tr>
<td valign="top" width="50%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-multi-column-sort.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="../dist/styles/css/slick-alpine-theme.css" type="text/css"/>
</head>
<body>
<h2 class="title">Example - Multi-Column Sorting</h2>
<table width="100%">
<tr>
<td valign="top" width="50%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-multi-column-tristate-numbered-sort.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}
</style>
<body>
<h2 class="title">Example - Multi-Column Sorting with Tri-State icons</h2>
<table width="100%">
<tr>
<td valign="top" width="50%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-multi-grid-basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Multiple Grids Basic</h2>
<table width="100%">
<tr>
<td valign="top" width="50%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-multiselect-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Multiple Select Editor</h2>
<div style="position:relative">
<div style="width:600px;">
<div id="myGrid" style="width:100%;height:500px;"></div>
Expand Down
1 change: 1 addition & 0 deletions examples/example-optimizing-dataview.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Optimizing DataView</h2>
<div style="position:relative">
<div style="width:600px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-optimizing-updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</style>
</head>
<body>
<h2 class="title">Example - Optimizing Updates</h2>
<div style="position:relative">
<div style="width:600px;">
<div class="grid-header" style="width:100%">
Expand Down
1 change: 1 addition & 0 deletions examples/example-plugin-contextmenu.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
</head>

<body>
<h2 class="title">Example - Context Menu Plugin</h2>
<table width="100%">
<tr>
<td valign="top" width="50%" style="padding-left: 0px">
Expand Down
Loading

0 comments on commit 0ebf31a

Please sign in to comment.