<!DOCTYPE html>
<html lang="de">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta http-equiv="cache-control" content="no-cache">
  <meta http-equiv="pragma" content="no-cache">
  <meta http-equiv="expires" content="-1">
   <title>Testcase searchBuilder 1</title>   
    
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
  
<link href="https://scsforum-de.prossl.de/testcase/bootstrap-5.3.3.min.css" rel="stylesheet">
<link href="https://scsforum-de.prossl.de/testcase/datatables.css" rel="stylesheet">
<script src="https://scsforum-de.prossl.de/testcase/datatables.js"></script>
  
   <script src="scripts/moment-2.29.2.min.js"></script>              <!-- Datumsort -->
   <script src="scripts/datetime-moment.min.js"></script>            <!-- Datumsort -->
   
   <link href="https://scsforum-de.prossl.de/testcase/mdb-7.2.0.min.css"  rel="stylesheet">  
   <link href="https://scsforum-de.prossl.de/testcase/iNetForum.css" rel="stylesheet">
</head>
<body>
<main>
            <div class="row">
               <div class="col-md-2 px-1">                
               </div>
               <div class="col-md-8 scs-bggrau-b"  style="height:1600px;">
                  <div id="click-output" class="box">
                      Number of FixedColumns - new values added at the top
                 </div>
                 <table id="datenliste" class="display table table-hover cell-border compact" style="width:100%;">
                      <thead>
                        <tr>
                           <th class="text-center">Idee</th>
                           <th>Thema</th>
                           <th class="text-center">eingereicht</th>
                           <th data-mdb-tooltip-init
                               title="(!) = Gutachten ist überfällig">Gutachter(!)</th>
                           <th class="text-center" data-mdb-tooltip-init
                               title="(!) = Gutachten ist überfällig">Gut.Datum(!)</th>
                           <th class="text-center">Gut.fertig</th>
                           <th class="text-center" data-mdb-tooltip-init
                               title="Kommissionsabschluß mit Entscheid">Komm.Absl</th>
                           <th class="text-center">bewertet</th>
                           <th>Bewertungsart</th>
                           <th class="text-end" data-mdb-tooltip-init
                               title="">Vorab.Bew.</th>
                           <th class="text-end" data-mdb-tooltip-init
                               title="Ausschüttung an Einreicher">Prämie</th>
                           <th class="text-center">Einspruch</th>
                           <th class="text-center">Real.Ende</th>
                           <th class="text-center" data-mdb-tooltip-init
                               title="Abschlußdatum der Idee">Abschluß</th>
                        </tr>
                     </thead>
                     <tbody>
                        <tr>
                           <td class="text-center"><a href="mSeitenAufbau.wwc?&amp;scon=5Znte3egK889hEiJ&amp;port=m00&amp;mdt=1&amp;idee=11101&amp;tab=0141774&amp;pk=41774406153881991124">01234</a></td>
                           <td class="scs-td"
                               data-mdb-tooltip-init
                               title="Räumliche Trennung von M13 - Mischerei -M14">
                               <div style="width: 300px;">
                                   Räumliche Trennung von M13 - Mischerei -M14 soll an Maschine F100 realisiert werden
                               </div>
                           </td>
                           <td class="text-center">29.08.2024 / 1</td>
                           <td>Schaaf</td>
                           <td class="text-center">02.09.2024</td>
                           <td class="text-center">03.09.2024</td>
                           <td class="text-center"></td>
                           <td class="text-center"></td>
                           <td></td>
                           <td class="text-center"></td>
                           <td class="text-end">0,00</td>
                           <td class="text-center"></td>
                           <td class="text-center"></td>
                           <td class="text-center"></td>
                        </tr>
                     </tbody>
                     <tfoot>
                        <tr>
                           <th class="text-center">Idee</th>
                           <th>Thema</th>
                           <th class="text-center">eingereicht</th>
                           <th data-mdb-tooltip-init
                               title="(!) = Gutachten ist überfällig">Gutachter(!)</th>
                           <th class="text-center" data-mdb-tooltip-init
                               title="(!) = Gutachten ist überfällig">Gut.Datum(!)</th>
                           <th class="text-center">Gut.fertig</th>
                           <th class="text-center" data-mdb-tooltip-init
                               title="Kommissionsabschluß mit Entscheid">Komm.Absl</th>
                           <th class="text-center">bewertet</th>
                           <th>Bewertungsart</th>
                           <th class="text-end" data-mdb-tooltip-init
                               title="">Vorab.Bew.</th>
                           <th class="text-end" data-mdb-tooltip-init
                               title="Ausschüttung an Einreicher">Prämie</th>
                           <th class="text-center">Einspruch</th>
                           <th class="text-center">Real.Ende</th>
                           <th class="text-center" data-mdb-tooltip-init
                               title="Abschlußdatum der Idee">Abschluß</th>
                        </tr>
                     </tfoot>
                  </table>
               </div>
            </div>
   </main> 
 
</body>
</html>
 
      new DataTable('#datenliste', {
         colReorder: true,
         fixedColumns: {
            start: 2
         },
         scrollCollapse: true,
         scrollX: true,
         select: true,
         responsive: false,
 
         layout: {
            topStart: {
               buttons: ['pageLength']
            },
            top1: {
               buttons: [ 
                  { extend: 'colvis',
                    text: 'Spaltenauswahl',
                    collectionLayout: 'fixed columns',
                    collectionTitle: '<strong>(ent) markieren Sie die Spalten </strong>',
                    columns: [2,3,4,5,6,7,8,9,10],
                    postfixButtons: ['colvisRestore']
                  }
              ]
            },  
         },
         lengthMenu: [
            [10, 20, 35, -1],
            ['10 Zeilen', '20 Zeilen', '35 Zeilen', 'alle Zeilen']
         ],
         pageLength: 11,
            "language": {"search": "Filter&nbsp;",
                      "info": "Auswahl _START_ bis _END_ von _TOTAL_ Einträgen",
         },
      });
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers