Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\JS\zh-CN\flexigrid\Demo.htm
??<!doctype html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <link rel="stylesheet" type="text/css" href="css/flexigrid/flexigrid.css"> <script type="text/javascript" src="lib/jquery/jquery.js"></script> <script type="text/javascript" src="flexigrid.js"></script> </head> <body> <b>Example 2</b> <p> Table converted into flexigrid with height, and width set to auto, stripes remove. (<a href="#" onclick="$(this).parent().next().toggle(); return false;">Show sample code</a>) </p> <div class="code"> <pre>$('.flexme2').flexigrid({height:'auto',striped:false});</pre> </div> <table class="flexme2"> <thead> <tr> <th width="100"> Col 1 </th> <th width="100"> Col 2 </th> <th width="100"> Col 3 is a long header name </th> <th width="300"> Col 4 </th> </tr> </thead> <tbody> <tr> <td> This is data 1 with overflowing content </td> <td> This is data 2 </td> <td> This is data 3 </td> <td> This is data 4 </td> </tr> <tr> <td> This is data 1 </td> <td> This is data 2 </td> <td> This is data 3 </td> <td> This is data 4 </td> </tr> <tr> <td> This is data 1 </td> <td> This is data 2 </td> <td> This is data 3 </td> <td> This is data 4 </td> </tr> <tr> <td> This is data 1 </td> <td> This is data 2 </td> <td> This is data 3 </td> <td> This is data 4 </td> </tr> <tr> <td> This is data 1 </td> <td> This is data 2 </td> <td> This is data 3 </td> <td> This is data 4 </td> </tr> <tr> <td> This is data 1 </td> <td> This is data 2 </td> <td> This is data 3 </td> <td> This is data 4 </td> </tr> </tbody> </table> <br /> </body> </html> <script type="text/javascript"> $('.flexme2').flexigrid({ height: 'auto', striped: false }); </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de