bootstrap table實現iview固定列的效果

来源:https://www.cnblogs.com/jiajiamiao/archive/2019/09/29/11606893.html
-Advertisement-
Play Games

因為bootstrap自帶的固定列效果滿足不了公司需求,所以藉助fixed-table這個插件完成了iview固定列的效果 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>左右兩側固定列,中間內容可以橫向 ...


因為bootstrap自帶的固定列效果滿足不了公司需求,所以藉助fixed-table這個插件完成了iview固定列的效果

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8" />     <title>左右兩側固定列,中間內容可以橫向拖動</title>     <link rel="stylesheet" href="css/fixed-table.css" />     <script src="http://www.jq22.com/jquery/jquery-1.10.2.js"></script>     <script src="js/fixed-table.js"></script>     <style>         .fixed-table-box{             width: 800px;             margin: 50px auto;         }         .fixed-table-box>.fixed-table_body-wraper{/*內容了表格主體內容有縱向滾動條*/             max-height: 260px;         }                  .fixed-table_fixed>.fixed-table_body-wraper{/*為了讓兩側固定列能夠同步表格主體內容滾動*/             max-height: 240px;         }
        .w-150{             width: 150px;         }         .w-120{             width: 120px;         }         .w-300{             width: 300px;         }         .w-100{             width: 100px;         }         .btns{             text-align: center;         }         .btns button{             padding: 10px 20px;         }     </style> </head> <body>     <div class="fixed-table-box row-col-fixed">         <!-- 表頭 start -->         <div class="fixed-table_header-wraper">             <table class="fixed-table_header" cellspacing="0" cellpadding="0" border="0">                 <thead>                     <tr>                         <th class="w-150" data-fixed="true"><div class="table-cell">日期</div></th>                         <th class="w-120"><div class="table-cell">姓名</div></th>                         <th class="w-120"><div class="table-cell">省份</div></th>                         <th class="w-120"><div class="table-cell">市區</div></th>                         <th class="w-300"><div class="table-cell">地址</div></th>                         <th class="w-120"><div class="table-cell">郵編</div></th>                         <th class="w-100" data-fixed="true" data-direction="right"><div class="table-cell">操作</div></th>                     </tr>                 </thead>             </table>         </div>         <!-- 表頭 end -->         <!-- 表格內容 start -->         <div class="fixed-table_body-wraper">             <table class="fixed-table_body" cellspacing="0" cellpadding="0" border="0">                 <tbody>                     <tr>                         <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         <td class="w-120"><div class="table-cell">王小虎</div></td>                         <td class="w-120"><div class="table-cell">上海</div></td>                         <td class="w-120"><div class="table-cell">普陀區</div></td>                         <td class="w-300"><div class="table-cell">上海市普陀區金沙江路 1518 路</div></td>                         <td class="w-120"><div class="table-cell">200333</div></td>                         <td class="w-100">                             <div class="table-cell">                                 <a href="###">查看</a>                                 <a href="###">編輯</a>                             </div>                         </td>                     </tr>                     <tr>                         <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         <td class="w-120"><div class="table-cell">王小虎</div></td>                         <td class="w-120"><div class="table-cell">上海</div></td>                         <td class="w-120"><div class="table-cell">普陀區</div></td>                         <td class="w-300"><div class="table-cell">上海市普陀區金沙江路 1518 路</div></td>                         <td class="w-120"><div class="table-cell">200333</div></td>                         <td class="w-100">                             <div class="table-cell">                                 <a href="###">查看</a>                                 <a href="###">編輯</a>                             </div>                         </td>                     </tr>                     <tr>                         <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         <td class="w-120"><div class="table-cell">王小虎</div></td>                         <td class="w-120"><div class="table-cell">上海</div></td>                         <td class="w-120"><div class="table-cell">普陀區</div></td>                         <td class="w-300"><div class="table-cell">上海市普陀區金沙江路 1518 路</div></td>                         <td class="w-120"><div class="table-cell">200333</div></td>                         <td class="w-100">                             <div class="table-cell">                                 <a href="###">查看</a>                                 <a href="###">編輯</a>                             </div>                         </td>                     </tr>                     <tr>                         <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         <td class="w-120"><div class="table-cell">王小虎</div></td>                         <td class="w-120"><div class="table-cell">上海</div></td>                         <td class="w-120"><div class="table-cell">普陀區</div></td>                         <td class="w-300"><div class="table-cell">上海市普陀區金沙江路 1518 路</div></td>                         <td class="w-120"><div class="table-cell">200333</div></td>                         <td class="w-100">                             <div class="table-cell">                                 <a href="###">查看</a>                                 <a href="###">編輯</a>                             </div>                         </td>                     </tr>                     <tr>                         <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         <td class="w-120"><div class="table-cell">王小虎</div></td>                         <td class="w-120"><div class="table-cell">上海</div></td>                         <td class="w-120"><div class="table-cell">普陀區</div></td>                         <td class="w-300"><div class="table-cell">上海市普陀區金沙江路 1518 路</div></td>                         <td class="w-120"><div class="table-cell">200333</div></td>                         <td class="w-100">                             <div class="table-cell">                                 <a href="###">查看</a>                                 <a href="###">編輯</a>                             </div>                         </td>                     </tr>                     <tr>                         <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         <td class="w-120"><div class="table-cell">王小虎</div></td>                         <td class="w-120"><div class="table-cell">上海</div></td>                         <td class="w-120"><div class="table-cell">普陀區</div></td>                         <td class="w-300"><div class="table-cell">上海市普陀區金沙江路 1518 路</div></td>                         <td class="w-120"><div class="table-cell">200333</div></td>                         <td class="w-100">                             <div class="table-cell">                                 <a href="###">查看</a>                                 <a href="###">編輯</a>                             </div>                         </td>                     </tr>                     <tr>                         <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         <td class="w-120"><div class="table-cell">王小虎</div></td>                         <td class="w-120"><div class="table-cell">上海</div></td>                         <td class="w-120"><div class="table-cell">普陀區</div></td>                         <td class="w-300"><div class="table-cell">上海市普陀區金沙江路 1518 路</div></td>                         <td class="w-120"><div class="table-cell">200333</div></td>                         <td class="w-100">                             <div class="table-cell">                                 <a href="###">查看</a>                                 <a href="###">編輯</a>                             </div>                         </td>                     </tr>                     <tr>                         <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         <td class="w-120"><div class="table-cell">王小虎</div></td>                         <td class="w-120"><div class="table-cell">上海</div></td>                         <td class="w-120"><div class="table-cell">普陀區</div></td>                         <td class="w-300"><div class="table-cell">上海市普陀區金沙江路 1518 路</div></td>                         <td class="w-120"><div class="table-cell">200333</div></td>                         <td class="w-100">                             <div class="table-cell">                                 <a href="###">查看</a>                                 <a href="###">編輯</a>                             </div>                         </td>                     </tr>                 </tbody>             </table>         </div>         <!-- 表格內容 end -->
        <!-- 固定列 start -->         <div class="fixed-table_fixed fixed-table_fixed-left">             <div class="fixed-table_header-wraper">                 <table class="fixed-table_header" cellspacing="0" cellpadding="0" border="0">                     <thead>                         <tr>                             <th class="w-150"><div class="table-cell">日期</div></th>                         </tr>                     </thead>                 </table>             </div>                          <div class="fixed-table_body-wraper">                 <table class="fixed-table_body" cellspacing="0" cellpadding="0" border="0">                     <tbody>                         <tr>                             <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         </tr>                         <tr>                             <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         </tr>                         <tr>                             <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         </tr>                         <tr>                             <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         </tr>                         <tr>                             <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         </tr>                         <tr>                             <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         </tr>                         <tr>                             <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         </tr>                         <tr>                             <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>                         </tr>                     </tbody>                 </table>             </div>         </div>         <div class="fixed-table_fixed fixed-table_fixed-right">             <div class="fixed-table_header-wraper">                 <table class="fixed-table_header" cellspacing="0" cellpadding="0" border="0">                     <thead>                         <tr>                             <th class="w-100"><div class="table-cell">操作</div></th>                         </tr>                     </thead>                 </table>             </div>                          <div class="fixed-table_body-wraper">                 <table class="fixed-table_body" cellspacing="0" cellpadding="0" border="0">                     <tbody>                         <tr>                             <td class="w-100">                                 <div class="table-cell">                                     <a href="###">查看</a>                                     <a href="###">編輯</a>                                 </div>                             </td>                         </tr>                         <tr>                             <td class="w-100">                                 <div class="table-cell">                                     <a href="###">查看</a>                                     <a href="###">編輯</a>                                 </div>                             </td>                         </tr>                         <tr>                             <td class="w-100">                                 <div class="table-cell">                                     <a href="###">查看</a>                                     <a href="###">編輯</a>                                 </div>                             </td>                         </tr>                         <tr>                             <td class="w-100">                                 <div class="table-cell">                                     <a href="###">查看</a>                                     <a href="###">編輯</a>                                 </div>                             </td>                         </tr>                         <tr>                             <td class="w-100">                                 <div class="table-cell">                                     <a href="###">查看</a>                                     <a href="###">編輯</a>                                 </div>                             </td>                         </tr>                         <tr>                             <td class="w-100">                                 <div class="table-cell">                                     <a href="###">查看</a>                                     <a href="###">編輯</a>                                 </div>                             </td>                         </tr>                         <tr>                             <td class="w-100">                                 <div class="table-cell">                                     <a href="###">查看</a>                                     <a href="###">編輯</a>                                 </div>                             </td>                         </tr>                         <tr>                             <td class="w-100">                                 <div class="table-cell">                                     <a href="###">查看</a>                                     <a href="###">編輯</a>                                 </div>                             </td>                         </tr>                     </tbody>                 </table>             </div>         </div>         <!-- 固定列 end -->     </div>
    <div class="btns">         <button type="button" id="empty_data">清空數據</button>         <button type="button" id="add_data">添加數據</button>         <button type="button" id="del_row">刪除行</button>     </div>
    <script>         //初始化FixedTable         $(".fixed-table-box").fixedTable();
        //清空表格         $("#empty_data").on("click", function (){             $(".fixed-table-box").emptyTable();         });         //添加數據         $("#add_data").on("click", function (){             $(".fixed-table-box").addRow(function (){                 var html = '';                 for(var i = 0; i < 5; i ++){                     html += '<tr>';                     html += '    <td class="w-150"><div class="table-cell"> 2016-05-03</div></td>';                     html += '    <td class="w-120"><div class="table-cell">王小虎</div></td>';                     html += '    <td class="w-120"><div class="table-cell">上海</div></td>';                     html += '    <td class="w-120"><div class="table-cell">普陀區</div></td>';                     html += '    <td class="w-300"><div class="table-cell">上海市普陀區金沙江路 1518 路</div></td>';                     html += '    <td class="w-120"><div class="table-cell">200333</div></td>';                     html += '    <td class="w-100">';                     html += '        <div class="table-cell">';                     html += '            <a href="###">查看</a>';                     html += '            <a href="###">編輯</a>';                     html += '        </div>';                     html += '    </td>';                     html += '</tr>';                 }                 return html;             });         });         //刪除指定行         $("#del_row").on("click", function (){             $(".fixed-table-box").deleteRow($(".fixed-table-box").children('.fixed-table_fixed-left').children('.fixed-table_body-wraper').find('tr').eq(0));         });     </script> </body> </html>具體網址忘了存了,有需要的小伙伴可自己查一下~ 次案例從一個網站下載,   實現效果為:
您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 版本管理 概念:版本管理是軟體配置管理的基礎,它管理並保護開發者的軟體資源。 好處:可以保留我們的歷史版本,在代碼開發到一半的時候,不至於無故丟失,還可以查看BUG的來龍去脈。 版本管理種類:集中式的版本管理和分散式的版本管理。實現的控制軟體分別有SVN和Git。 瞭解了版本管理的概念那就進入主題, ...
  • ES6 新增加了兩個重要的 JavaScript 關鍵字 :let 和 const 先說一下 const :它用於聲明一個只讀的常量,一旦聲明,常量的值就不能改變。 由於const聲明的是一個只讀變數,不可被改變,所以聲明變數是就必須賦值,否自也會報錯。 要註意的是用const聲明的常量如果是一個 ...
  • 1、選擇第一級子節點 通過> 或者children方法實現 $('#XtraTabPage8>.datagrid-ftable') $('#XtraTabPage8').children('.datagrid-ftable') 2、選擇所有的子節點,即後代節點 通過空格實現 $('#XtraTabP ...
  • 1、form表單常用屬性練習 得到的效果是: ...
  • Cookie Cookie 是一種非常基礎的客戶端存儲方式,得到廣泛的支持 創建多個 cookie 的方法 當創建多個 cookie 時只能像這樣一個一個地創建,無法一次性創建多個 同一名字的 cookie 只能存在一個,因此再創建一個同名 cookie 相當於修改原有的 cookie 此時名為 的 ...
  • js的抖動 在 js 中 改變視窗大小 & 上下滾動滾動條 & 反覆向輸入框中輸入內容 ... , 如果綁定了相應的事件 , 這些事件的觸發頻率非常高, 嚴重影響用戶體驗和伺服器的性能 , 這種問題 在js中 就叫 js 的抖動 . 解決方法 : 防抖 & 節流 js的防抖 就是在 觸發事件 中設置 ...
  • 1、圖片和多媒體 (1) 圖片:img元素 src 屬性:圖片路徑; alt 屬性:圖片無法顯示時使用的替代文字; title:滑鼠懸停時顯示的文字 ; (2) 視頻:video元素 src 屬性:視頻路徑 ; controls 屬性:【布爾屬性】指定後,會顯示播放控制項; autoplay :【布爾 ...
  • axios是一個基於Promise 用於瀏覽器和 nodejs 的 HTTP 客戶端,它可以在瀏覽器和node環境下運行,在github上已經有六七萬個星了,axios使用很方便,很多人在使用他,vue官方也推薦使用axios了,技術這東西還是隨主流吧,大家都用肯定有它的特長所在。 axios現在最 ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...