Bảng khởi động phản ứng kiểu tiêu đề

Tùy chọn này cho phép tạo/thêm (các) nút tùy chỉnh vào “thanh nút” (trên cùng bên phải của bảng). Các nút này có thể được sắp xếp với tùy chọn bảng buttonsOrder, khóa/tên được sử dụng cho sự kiện nên được sử dụng cho điều đó

Show

Nút tùy chỉnh có cấu hình cao, tồn tại các tùy chọn sau

  • {
      btnRemoveEvenRows: {
        'text': 'Remove even Rows',
        'icon': 'fa-trash',
        'event': () => {
          //DO STUFF TO REMOVE EVEN ROWS
        },
        'attributes': {
          'title': 'Remove all rows which has a even id'
        }
      }
    }
    
    2
    • Sự miêu tả. Tùy chọn này được sử dụng cho tùy chọn bảng showButtonText
    • Loại.
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2
  • {
      btnRemoveEvenRows: {
        'text': 'Remove even Rows',
        'icon': 'fa-trash',
        'event': () => {
          //DO STUFF TO REMOVE EVEN ROWS
        },
        'attributes': {
          'title': 'Remove all rows which has a even id'
        }
      }
    }
    
    4
    • Sự miêu tả. Tùy chọn này được sử dụng cho tùy chọn bảng showButtonIcons
    • Loại.
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2 - Chỉ cần lớp biểu tượng e. g.
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      6
  • {
      btnRemoveEvenRows: {
        'text': 'Remove even Rows',
        'icon': 'fa-trash',
        'event': () => {
          //DO STUFF TO REMOVE EVEN ROWS
        },
        'attributes': {
          'title': 'Remove all rows which has a even id'
        }
      }
    }
    
    7
    • Sự miêu tả. Đặt tùy chọn này thành
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8 để ẩn nút theo mặc định, nút sẽ hiển thị lại khi bạn thêm thuộc tính dữ liệu
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      9
  •   function customSearch(data, text) {
        return data.filter(function (row) {
          return row.field.indexOf(text) > -1
        })
      }
      
    0
    • Sự miêu tả. Tùy chọn này cho phép thêm các thuộc tính html bổ sung e. g.
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      1
    • Loại.
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      8
    • Ví dụ.
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      3
  •   function customSearch(data, text) {
        return data.filter(function (row) {
          return row.field.indexOf(text) > -1
        })
      }
      
    4
    • Sự miêu tả. Nếu bạn không muốn tự động tạo html, bạn có thể sử dụng tùy chọn này để chèn html tùy chỉnh của mình. Tùy chọn
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      5 chỉ hoạt động nếu HTML tùy chỉnh của bạn chứa
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      6. Nếu tùy chọn này được sử dụng, các tùy chọn sau sẽ bị bỏ qua
    • Loại.
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      7
  •   function customSearch(data, text) {
        return data.filter(function (row) {
          return row.field.indexOf(text) > -1
        })
      }
      
    5
    • Sự miêu tả. Nên được sử dụng nếu bạn muốn thêm một sự kiện vào nút
    • Loại.
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      9

Tùy chọn

  function customSearch(data, text) {
    return data.filter(function (row) {
      return row.field.indexOf(text) > -1
    })
  }
  
5 có thể được cấu hình theo ba cách. Một sự kiện với sự kiện
     {
       'event': {
         'click': () => { },
         'mouseenter': () => { },
         'mouseleave': () => { }
       }
     }
91

Một sự kiện có loại sự kiện tự xác định

{
  btnRemoveEvenRows: {
    'text': 'Remove even Rows',
    'icon': 'fa-trash',
    'event': () => {
      //DO STUFF TO REMOVE EVEN ROWS
    },
    'attributes': {
      'title': 'Remove all rows which has a even id'
    }
  }
}
0

Nhiều sự kiện với các loại sự kiện tự xác định

     {
       'event': {
         'click': () => { },
         'mouseenter': () => { },
         'mouseleave': () => { }
       }
     }

Gợi ý. Thay vì các hàm nội tuyến, bạn cũng có thể sử dụng tên hàm

Nút tùy chỉnh được định cấu hình có thể trông như thế này

{
  btnRemoveEvenRows: {
    'text': 'Remove even Rows',
    'icon': 'fa-trash',
    'event': () => {
      //DO STUFF TO REMOVE EVEN ROWS
    },
    'attributes': {
      'title': 'Remove all rows which has a even id'
    }
  }
}

  • Mặc định.

         {
           'event': {
             'click': () => { },
             'mouseenter': () => { },
             'mouseleave': () => { }
           }
         }
    
    9

  • Ví dụ. nút

  • các nútCăn chỉnh

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      93

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Cho biết cách căn chỉnh các nút trên thanh công cụ. Có thể sử dụng ________ 195, ________ 196

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      96

    • Ví dụ. Các nút căn chỉnh

    nútLớp học

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      98

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Xác định lớp (được thêm vào sau

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      10) của các nút bảng

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      11

    • Ví dụ. Lớp nút

    nútĐặt hàng

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      12

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      13

    • Chi tiết

      Cho biết cách tùy chỉnh thứ tự các nút trên thanh công cụ

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      14

    • Ví dụ. Thứ tự các nút

    núttiền tố

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      15

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Xác định tiền tố của các nút bảng

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      17

    • Ví dụ. Tiền tố nút

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      18

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      19

    • Chi tiết

      Ví dụ: bộ chọn jQuery cho biết thanh công cụ nút tùy chỉnh.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      10,
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      11 hoặc nút DOM

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    • Ví dụ. Thanh công cụ nút

    bộ đệm

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      13

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8 để tắt bộ nhớ đệm của các yêu cầu AJAX

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16

    • Ví dụ. Bộ đệm bảng

    thẻXem

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      17

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị bảng xem thẻ, ví dụ: chế độ xem trên thiết bị di động

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Chế độ xem thẻ

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      21

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8 để ẩn hộp kiểm kiểm tra tất cả trong hàng tiêu đề

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16

    • Ví dụ. Tiêu đề hộp kiểm

    các lớp học

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      25

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Tên lớp của bảng. Có thể sử dụng

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      3,
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      28,
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      29, ________ 610, ________ 611, ________ 612 và ________ 613. Theo mặc định, bảng được viền

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Ví dụ. lớp bảng

    bấm để chọn

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      15

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để chọn hộp kiểm hoặc hộp radio khi nhấp vào hàng

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Bấm để chọn

    cột

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      19

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      13

    • Chi tiết

      Đối tượng cấu hình cột bảng. Xem thuộc tính cột để biết thêm chi tiết

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      21

    • Ví dụ. Cột bảng

    nội dungType

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      22

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Ví dụ, loại nội dung của yêu cầu dữ liệu từ xa.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      24

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      25

    • Ví dụ. Loại nội dung

    tìm kiếm tuỳ chỉnh

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      26

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      5

    • Chi tiết

      Chức năng tìm kiếm tùy chỉnh được thực hiện thay vì chức năng tìm kiếm tích hợp, có ba tham số

      • {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        28. dữ liệu bảng
      • {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        2. văn bản tìm kiếm
      •      {
               'event': {
                 'click': () => { },
                 'mouseenter': () => { },
                 'mouseleave': () => { }
               }
             }
        
        00. đối tượng bộ lọc từ phương thức
             {
               'event': {
                 'click': () => { },
                 'mouseenter': () => { },
                 'mouseleave': () => { }
               }
             }
        
        01

      Ví dụ sử dụng

    ________số 8

    sắp xếp tùy chỉnh

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      02

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      5

    • Chi tiết

      Chức năng sắp xếp tùy chỉnh được thực thi thay vì chức năng sắp xếp tích hợp, nhận ba tham số

      •      {
               'event': {
                 'click': () => { },
                 'mouseenter': () => { },
                 'mouseleave': () => { }
               }
             }
        
        04. tên sắp xếp
      •      {
               'event': {
                 'click': () => { },
                 'mouseenter': () => { },
                 'mouseleave': () => { }
               }
             }
        
        05. thứ tự sắp xếp
      • {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        28. dữ liệu hàng
    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    • Ví dụ. Đặt hàng tùy chỉnh

    dữ liệu

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      08

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      09

    • Chi tiết

      Dữ liệu cần nạp

      Nếu trong dữ liệu có thuộc tính

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      10 hoặc
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      11 thì sẽ auto gộp ô chẳng hạn

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      9

      Nếu sử dụng tính năng này, cần phải có

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      28 để đảm bảo rằng định dạng là chính xác

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      21

    • Ví dụ. từ dữ liệu

    trường dữ liệu

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      14

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Nhập JSON đến chứa danh sách dữ liệu

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      16

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      16

    • Ví dụ. Tổng số/Trường dữ liệu

    loại dữ liệu

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      18

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Loại dữ liệu mà bạn mong nhận được từ máy chủ

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      20

    • Ví dụ. Loại dữ liệu

    bộ lọc chi tiết

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      21

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      5

    • Chi tiết

      Cho phép mở rộng mỗi hàng khi

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      23 được đặt thành
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16. Trả về true và hàng sẽ được bật để mở rộng, trả về false và tính năng mở rộng cho hàng sẽ bị tắt. Hàm mặc định trả về true để cho phép mở rộng cho tất cả các hàng

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      25

    • Ví dụ. Bộ lọc chi tiết

    chi tiếtFormatter

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      26

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      5

    • Chi tiết

      Định dạng chế độ xem chi tiết của bạn khi

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      23 được đặt thành
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16. Trả về một Chuỗi và nó sẽ được thêm vào ô xem chi tiết, tùy ý hiển thị phần tử trực tiếp bằng cách sử dụng tham số thứ ba, là phần tử jQuery của ô đích

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      30

    • Ví dụ. Góc nhìn chi tiết

    Góc nhìn chi tiết

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      31

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị bảng xem chi tiết. Bạn có thể đặt tùy chọn
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      34 để duy trì trạng thái xem chi tiết khi làm mới bảng

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Xem chi tiết UniqueId

    chi tiếtXemCăn chỉnh

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      36

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Cho biết cách căn chỉnh biểu tượng xem chi tiết. Có thể sử dụng ________ 195, ________ 196

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      95

    • Ví dụ. Xem chi tiết Căn chỉnh

    chi tiếtViewByClick

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      41

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để chuyển chế độ xem chi tiết khi nhấp vào một ô

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Xem chi tiết Biểu tượng

    chi tiếtViewIcon

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      45

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị cột xem chi tiết (biểu tượng cộng/trừ)

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16

    • Ví dụ. Xem chi tiết Biểu tượng

    thoát khỏi

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      49

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Escapes a string for insertion into HTML, replacing &, <, >, “, `, and ‘ characters.

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. thoát bàn

    bộ lọcTùy chọn

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      52

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Xác định các tùy chọn bộ lọc mặc định của thuật toán,

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      54 có nghĩa là tất cả các bộ lọc đã cho phải khớp,
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      55 có nghĩa là một trong các bộ lọc đã cho phải khớp

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      56

    • Ví dụ. Tùy chọn bộ lọc

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      57

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Xác định khóa của Đối tượng chân trang (Từ mảng dữ liệu hoặc JSON phản hồi của máy chủ). Đối tượng chân trang có thể được sử dụng để thiết lập/xác định cột chữ cái chân trang và/hoặc giá trị của chân trang. Chỉ được kích hoạt khi

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      59 là
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 và
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      61 là
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      62

         {
           'event': {
             'click': () => { },
             'mouseenter': () => { },
             'mouseleave': () => { }
           }
         }
    
    1
    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      63

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      5

    • Chi tiết

      Chức năng định dạng kiểu chân trang, nhận một tham số

      •      {
               'event': {
                 'click': () => { },
                 'mouseenter': () => { },
                 'mouseleave': () => { }
               }
             }
        
        65. đối tượng cột

      Hỗ trợ

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      66 hoặc
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      67. Ví dụ sử dụng

    {
      btnRemoveEvenRows: {
        'text': 'Remove even Rows',
        'icon': 'fa-trash',
        'event': () => {
          //DO STUFF TO REMOVE EVEN ROWS
        },
        'attributes': {
          'title': 'Remove all rows which has a even id'
        }
      }
    }
    
    1
    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      68

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      5

    • Chi tiết

      Chức năng định dạng kiểu tiêu đề, nhận một tham số

      •      {
               'event': {
                 'click': () => { },
                 'mouseenter': () => { },
                 'mouseleave': () => { }
               }
             }
        
        65. đối tượng cột

      Hỗ trợ

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      66 hoặc
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      67. Ví dụ sử dụng

    {
      btnRemoveEvenRows: {
        'text': 'Remove even Rows',
        'icon': 'fa-trash',
        'event': () => {
          //DO STUFF TO REMOVE EVEN ROWS
        },
        'attributes': {
          'title': 'Remove all rows which has a even id'
        }
      }
    }
    
    2

    Chiều cao

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      73

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      74

    • Chi tiết

      Chiều cao của bảng, cho phép tiêu đề cố định của bảng

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    • Ví dụ. Chiều cao bảng

    biểu tượng

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      76

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      8

    • Chi tiết

      Xác định các biểu tượng được sử dụng trong thanh công cụ, phân trang và chế độ xem chi tiết

    • Mặc định

    {
      btnRemoveEvenRows: {
        'text': 'Remove even Rows',
        'icon': 'fa-trash',
        'event': () => {
          //DO STUFF TO REMOVE EVEN ROWS
        },
        'attributes': {
          'title': 'Remove all rows which has a even id'
        }
      }
    }
    
    1

    kích cỡ biểu tượng

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      78

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Xác định kích thước biểu tượng, có thể sử dụng

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6,
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      81,
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      82

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    • Ví dụ. Kích cỡ biểu tượng

    iconPrefix

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      84

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Xác định tên bộ biểu tượng (

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      86 hoặc
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      87 cho FontAwesome). Theo mặc định,
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      87 được sử dụng cho Bootstrap v4

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      87

    • Ví dụ. Tiền tố biểu tượng

      idField

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      90

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Cho biết trường nào sẽ được sử dụng làm giá trị hộp kiểm/hộp radio, là phần tương ứng để chọn Tên mục

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    • Ví dụ. Trường ID
    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      93

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      5

    • Chi tiết

      Đặt các phần tử bỏ qua

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      95 trên. Lấy một tham số

      •      {
               'event': {
                 'click': () => { },
                 'mouseenter': () => { },
                 'mouseleave': () => { }
               }
             }
        
        96. phần tử được nhấp vào

      Trả về true nếu thao tác nhấp chuột bị bỏ qua, sai nếu thao tác nhấp chuột khiến hàng được chọn. Tùy chọn này chỉ có liên quan nếu

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      95 là đúng

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      98

    • Ví dụ. Bỏ qua Click To Select On

    đang tảiCỡ chữ

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      99

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Để xác định kích thước phông chữ của văn bản đang tải, giá trị mặc định là

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      01, được tính tự động theo chiều rộng của bảng, trong khoảng từ 12px đến 32px

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      01

    • Ví dụ. Đang tải cỡ chữ

    đang tảiMẫu

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      03

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      5

    • Chi tiết

      Để tự tùy chỉnh loại tải. Các tham số đối tượng chứa

      • đang tảiTin nhắn. miền địa phương
        {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        05
    • Mặc định

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      2

    • Ví dụ. Đang tải mẫu

    miền địa phương

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      06

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Đặt ngôn ngữ để sử dụng (i. e.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      08). Tệp ngôn ngữ phải được tải trước. Cho phép các ngôn ngữ dự phòng, nếu được tải, theo thứ tự sau

      • Lần đầu tiên thử ngôn ngữ như đã chỉ định,
      • Sau đó, thử ngôn ngữ có '_' được dịch thành '-' và mã vùng được viết hoa,
      • Sau đó thử mã ngôn ngữ ngắn (i. e.
        {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        09 thay vì
        {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        08),
      • Và cuối cùng sẽ sử dụng tệp ngôn ngữ cuối cùng được tải (hoặc ngôn ngữ mặc định nếu không có ngôn ngữ nào được tải)

      If left

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6 or an empty string, use the last locale loaded (or
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      12 if no locale files loaded)

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    • Ví dụ. Table Locale

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Set

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 to maintain the following metadata on the change page and search

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Duy trì siêu dữ liệu

    phương pháp

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      18

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Loại phương thức để yêu cầu dữ liệu từ xa

    • Default.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      20

    • Ví dụ. Phương pháp bảng

    tối thiểuCountColumns

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      21

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      74

    • Chi tiết

      Số cột tối thiểu để ẩn khỏi danh sách cột thả xuống

    • Default.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      23

    • Ví dụ. Minimum Count Columns

    nhiềuSelectRow

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      24

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để bật hàng nhiều lựa chọn. Có thể sử dụng ctrl+click để chọn một hàng hoặc shift+click để chọn nhiều hàng

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Nhiều hàng chọn

    trangList

    • Attribute.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      28

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      13

    • Chi tiết

      Khi đặt thuộc tính phân trang, hãy khởi tạo kích thước trang bằng cách chọn danh sách. Nếu bạn bao gồm tùy chọn

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      30 hoặc
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      31, tất cả các bản ghi sẽ được hiển thị trong bảng của bạn

      Gợi ý. Nếu bảng có ít hàng hơn dưới dạng (các) tùy chọn, các tùy chọn sẽ tự động bị ẩn. Để tắt tính năng đó, bạn có thể đặt smartDisplay thành

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      33

    • Ví dụ. Danh sách trang

    pageNumber

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      34

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      74

    • Chi tiết

      Khi đặt thuộc tính phân trang, khởi tạo số trang

    • Default.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      23

    • Ví dụ. Số trang

    kích thước trang

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      37

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      74

    • Chi tiết

      Khi đặt thuộc tính phân trang, hãy khởi tạo kích thước trang

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      39

    • Ví dụ. Kích thước trang

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      59

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị thanh công cụ phân trang ở cuối bảng

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Phân trang bảng

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      44

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Nêu cách căn chỉnh chi tiết số trang. Có thể sử dụng ________ 195, ________ 196

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      95

    • Ví dụ. Phân trang H Căn chỉnh

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      49

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Nêu cách căn chỉnh số trang. Có thể sử dụng ________ 195, ________ 196

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      96

    • Ví dụ. Phân trang H Căn chỉnh

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      54

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để bật chế độ vòng lặp liên tục phân trang

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16

    • Example. Vòng lặp phân trang

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      58

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Cho biết biểu tượng hoặc văn bản sẽ được hiển thị trong chi tiết phân trang, nút tiếp theo

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      60

    • Ví dụ. Phân trang văn bản

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      61

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      74

    • Chi tiết

      The number of pages on each side (right, left) of the current page

    • Default.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      23

    • Example. Số chỉ mục phân trang

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      64

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      13

    • Chi tiết

      Các tùy chọn này xác định phần nào của phân trang sẽ được hiển thị

      • {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        66 Cho biết tập dữ liệu nào sẽ được hiển thị trên trang hiện tại (e. g.
        {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        67)
      • {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        68 Tương tự như
        {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        66, nó chỉ hiển thị bảng có bao nhiêu hàng (e. g.
        {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        70)
      • {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        71 Hiển thị danh sách thả xuống xác định số lượng hàng sẽ được hiển thị trên trang
      • {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        72 Hiển thị phần chính của phân trang (Danh sách các trang)
    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      73

    • Ví dụ. Bộ phận phân trang

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      74

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Indicate the icon or text shown in the pagination detail, the previous button

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      76

    • Ví dụ. Phân trang văn bản

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      77

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      74

    • Chi tiết

      Số trang liên tiếp tối đa trong một hàng

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      79

    • Example. Số chỉ mục phân trang

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      80

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Tính toán và hiển thị các trang trung gian để truy cập nhanh

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Example. Số chỉ mục phân trang

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      83

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Cho biết cách căn chỉnh theo chiều dọc của phân trang. Có thể sử dụng

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      85,
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      86,
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      87 (đặt số trang trên và dưới)

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      86

    • Ví dụ. Phân trang V Căn chỉnh

    truy vấnParams

    • Thuộc tính.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      89

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      5

    • Chi tiết

      Khi yêu cầu dữ liệu từ xa, bạn có thể gửi các tham số bổ sung bằng cách sửa đổi queryParams

      Nếu

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      91, đối tượng params chứa.
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      92,
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      93,
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      94,
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      95,
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      96

      Khác, nó chứa.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      71,
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      98,
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      99,
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      04,
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      05

      Trả lại

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8 để dừng yêu cầu

    • Mặc định.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      03

    • Ví dụ. Tham số truy vấn

    queryParamsType

    • Attribute.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      04

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Đặt

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      06 để gửi thông số truy vấn với loại RESTFul

    • Mặc định.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      06

    • Ví dụ. Query Params Type

    regexTìm kiếm

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      08

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để bật tìm kiếm regex. Nếu tùy chọn này được bật, bạn có thể tìm kiếm bằng regex, e. g. ________ 811 cho tất cả các mục kết thúc bằng ________ 812, ________ 813 hoặc ________ 814. Regex có thể được nhập với
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      15 hoặc không có cờ
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      11. Các cờ mặc định là
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      17

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Regex Search

    ghi nhớĐặt hàng

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      19

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để ghi nhớ thứ tự cho từng cột

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. nhớ đặt hàng

    responseHandler

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      23

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      5

    • Chi tiết

      Trước khi tải dữ liệu từ xa, hãy xử lý định dạng dữ liệu phản hồi. Đối tượng tham số chứa

      •   function customSearch(data, text) {
            return data.filter(function (row) {
              return row.field.indexOf(text) > -1
            })
          }
          
        25. dữ liệu phản hồi
      •   function customSearch(data, text) {
            return data.filter(function (row) {
              return row.field.indexOf(text) > -1
            })
          }
          
        26. đối tượng jqXHR, là siêu tập hợp của đối tượng XMLHTTPRequest. Để biết thêm thông tin, hãy xem Loại jqXHR
    • Mặc định.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      27

    • Ví dụ. Trình xử lý phản hồi

    thuộc tính hàng

    • Attribute.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      28

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      5

    • Chi tiết

      Hàm định dạng thuộc tính hàng, nhận hai tham số

      •   function customSearch(data, text) {
            return data.filter(function (row) {
              return row.field.indexOf(text) > -1
            })
          }
          
        30. dữ liệu ghi hàng
      •   function customSearch(data, text) {
            return data.filter(function (row) {
              return row.field.indexOf(text) > -1
            })
          }
          
        31. chỉ số hàng

      Hỗ trợ tất cả các thuộc tính tùy chỉnh

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      9

    • Ví dụ. Thuộc tính hàng

    hàngPhong cách

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      33

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      5

    • Chi tiết

      Hàm định dạng kiểu hàng, nhận hai tham số

      •   function customSearch(data, text) {
            return data.filter(function (row) {
              return row.field.indexOf(text) > -1
            })
          }
          
        30. dữ liệu ghi hàng
      •   function customSearch(data, text) {
            return data.filter(function (row) {
              return row.field.indexOf(text) > -1
            })
          }
          
        31. chỉ số hàng

      Các lớp hỗ trợ hoặc css

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      9

    • Example. kiểu hàng

    Tìm kiếm

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      38

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Kích hoạt đầu vào tìm kiếm

      Có ba cách để tìm kiếm

      • Giá trị chứa truy vấn tìm kiếm (Mặc định). Example. Github chứa git
      • The value must be identical to the search query. Ví dụ. Github (value) and Github (search query)
      • Comparisons (<, >, <=, =<, >=, =>). Example: 4 is larger than 3.

      ghi chú

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Tìm kiếm bảng

    searchAccentNeutralise

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      41

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt thành

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 nếu bạn muốn sử dụng tính năng trung hòa trọng âm

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Trung hòa trọng âm tìm kiếm

    tìm kiếmCăn chỉnh

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      45

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Cho biết cách căn chỉnh đầu vào tìm kiếm. Có thể sử dụng ________ 195, ________ 196

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      96

    • Ví dụ. Căn chỉnh tìm kiếm

    tìm kiếmĐánh dấu

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      50

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt thành

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để đánh dấu văn bản được tìm kiếm (sử dụng thẻ HTML
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      53). Bạn cũng có thể xác định một trình định dạng đánh dấu tùy chỉnh, e. g. , cho các giá trị có HTML hoặc để sử dụng màu tô sáng tùy chỉnh

    • Mặc định.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      54

    • Example. Tìm kiếm nổi bật

    tìm kiếmOnEnterKey

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      55

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Phương pháp tìm kiếm sẽ được thực hiện cho đến khi nhấn phím Enter

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Tìm kiếm trên phím Enter

    bộ chọn tìm kiếm

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      58

    • Loại.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      59

    • Chi tiết

      Nếu tùy chọn này được đặt (phải là bộ chọn dom hợp lệ, e. g.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      60), phần tử dom được tìm thấy (phần tử
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      61) sẽ được sử dụng làm tìm kiếm bảng thay vì đầu vào tìm kiếm tích hợp

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Example. Bộ chọn tìm kiếm

    tìm kiếmVăn bản

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      63

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Khi đặt thuộc tính tìm kiếm, hãy khởi tạo văn bản tìm kiếm

    • Mặc định.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      65

    • Ví dụ. Tìm kiếm văn bản

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      66

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      74

    • Chi tiết

      Đặt thời gian chờ để kích hoạt tìm kiếm

    • Mặc định.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      68

    • Ví dụ. Hết thời gian tìm kiếm

    selectItemName

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      69

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      The name of the radio or checkbox input

    • Mặc định.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      71

    • Ví dụ. Trường ID

    máy chủSắp xếp

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      72

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8 để sắp xếp dữ liệu ở phía máy khách, chỉ hoạt động khi
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      75 là
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      62

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16

    • Ví dụ. Sắp xếp máy chủ

    showButtonBiểu tượng

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      78

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Tất cả các nút sẽ hiển thị các biểu tượng trên chúng

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16

    • Ví dụ. hiển thị các biểu tượng nút

    showButtonText

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      81

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Tất cả các nút sẽ hiển thị văn bản trên chúng

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. hiển thị văn bản nút

    hiển thịCột

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      84

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị danh sách thả xuống cột. Chúng tôi có thể đặt tùy chọn cột
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      87 thành
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8 để ẩn mục cột trong danh sách thả xuống

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Cột cơ bản và Cột lớn

    hiệnCộtTìm kiếm

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      90

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị tìm kiếm cho bộ lọc của cột

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Tìm kiếm cột

    showColumnsToggleAll

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      94

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị hộp kiểm chuyển đổi tất cả trong tùy chọn cột/thả xuống

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Cột chuyển đổi tất cả

    • Thuộc tính.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      98

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị phiên bản phân trang mở rộng (bao gồm số lượng tất cả các hàng không có bộ lọc). Nếu bạn sử dụng phân trang ở phía máy chủ, vui lòng sử dụng
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      901 để xác định số lượng

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Hiển thị phân trang mở rộng

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      903

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị hàng chân trang tóm tắt

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Hiển thị chân trang

    hiển thịToàn màn hình

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      907

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị nút toàn màn hình

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Hiển thị toàn màn hình

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      911

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8 để ẩn tiêu đề bảng

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16

    • Ví dụ. Hiển thị tiêu đề

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      915

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị nút chuyển đổi số trang

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Hiển thị chuyển đổi phân trang

    hiển thịLàm mới

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      919

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị nút làm mới

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Hiển thị Làm mới

    hiển thịTìm kiếmNút

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      923

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị Nút tìm kiếm phía sau đầu vào tìm kiếm. Tìm kiếm sẽ chỉ được thực hiện nếu nút được nhấn (e. g. , để ngăn lưu lượng truy cập hoặc thời gian tải)

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Hiển thị nút tìm kiếm

    hiển thịTìm kiếmXóaNút

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      927

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị Nút rõ ràng phía sau đầu vào tìm kiếm, nút này sẽ xóa đầu vào tìm kiếm (cũng như tất cả bộ lọc khỏi kiểm soát bộ lọc (nếu được bật))

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Hiển thị nút Xóa tìm kiếm

    hiển thịChuyển đổi

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      931

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị nút chuyển đổi để chuyển chế độ xem bảng/thẻ

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Hiển thị chuyển đổi

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      61

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Xác định phân trang bên của bảng, chỉ có thể là

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      937 hoặc
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      938. Sử dụng phía
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      938 yêu cầu thiết lập tùy chọn
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      940 hoặc
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      941

      Lưu ý rằng định dạng phản hồi của máy chủ được yêu cầu sẽ khác nhau tùy thuộc vào việc tùy chọn

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      942 được đặt thành
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      937 hay
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      938. Xem các ví dụ sau

      tham số URL

      Khi

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      75 được đặt thành
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      62, bảng bootstrap sẽ gọi tới
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      947 với các tham số URL sau

      • {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        93 với giá trị từ 0 đến
             {
               'event': {
                 'click': () => { },
                 'mouseenter': () => { },
                 'mouseleave': () => { }
               }
             }
        
        949 - 1, cho biết bản ghi đầu tiên bao gồm
      • {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        92 với giá trị cho biết số hàng trên mỗi trang

      Khi triển khai phân trang phía máy chủ, bạn phải triển khai chế độ xem JSON theo định dạng như ví dụ này. Chế độ xem đó phải lấy các giá trị tham số URL được chỉ định ở trên và trả về các bản ghi bắt đầu từ chỉ mục

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      93 và trả về số lượng bản ghi được chỉ định bởi
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      92. Ví dụ: nếu bạn muốn bản ghi 11-20, chế độ xem của bạn phải lấy
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      953 và
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      954 từ chuỗi URL và trả về các bản ghi như ví dụ này

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      937

    • Ví dụ. Phân trang phía máy khách và phân trang phía máy chủ

    im lặngSắp xếp

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      956

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8 để sắp xếp dữ liệu với thông báo tải. Tùy chọn này hoạt động khi tùy chọn sidePagination được đặt thành
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      938

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16

    • Ví dụ. Sắp xếp im lặng

    chọn đơn

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      961

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để cho phép hộp kiểm chỉ chọn một hàng

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Chọn đơn

    màn hình thông minh

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      965

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để hiển thị phân trang hoặc xem thẻ một cách thông minh

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16

    • Ví dụ. Màn hình thông minh

    sắp xếp được

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      969

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8 để vô hiệu hóa khả năng sắp xếp của tất cả các cột

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16

    • Ví dụ. Bảng có thể sắp xếp

    sắp xếpLớp học

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      973

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Tên lớp của các phần tử

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      975 được sắp xếp

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    • Ví dụ. Sắp xếp lớp

    sắp xếpEmptyLast

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      977

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để sắp xếp
        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      53,
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6 và
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      982 làm giá trị cuối cùng

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Sắp xếp trống cuối cùng

    sortName

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      984

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Xác định cột nào sẽ được sắp xếp

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    • Ví dụ. Sắp xếp Tên thứ tự

    thứ tự sắp xếp

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      987

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Xác định thứ tự sắp xếp cột, chỉ có thể là

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6,
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      990 hoặc
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      991

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    • Ví dụ. Sắp xếp Tên thứ tự

    sắp xếpĐặt lại

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      993

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để đặt lại sắp xếp ở lần nhấp thứ ba

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Đặt lại sắp xếp

    sortResetPage

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      997

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để đặt lại số trang khi phân loại

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Sắp xếp lại trang

    sắp xếpỔn định

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      101

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để sắp xếp ổn định. Chúng tôi sẽ thêm thuộc tính
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      104 vào hàng

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Sắp xếp ổn định

    Tìm kiếm nghiêm ngặt

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      106

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Kích hoạt tính năng tìm kiếm nghiêm ngặt. Vô hiệu hóa kiểm tra so sánh

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Tìm kiếm nghiêm ngặt

    lớp học thead

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      109

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Tên lớp của bảng thead. Bootstrap v4, sử dụng các lớp sửa đổi

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      111 hoặc
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      112 để làm cho
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      113 xuất hiện màu xám nhạt hoặc đậm

    • Mặc định.

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      65

    • Ví dụ. lớp học đầu

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      115

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      19

    • Chi tiết

      Ví dụ: bộ chọn jQuery cho biết thanh công cụ.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      117,
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      118 hoặc nút DOM

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    • Ví dụ. Thanh công cụ tùy chỉnh

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      120

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Cho biết cách căn chỉnh thanh công cụ tùy chỉnh. Có thể sử dụng ________ 195, ________ 196

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      95

    • Ví dụ. Căn chỉnh thanh công cụ

    tổng số

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      125

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Nhập JSON đến chứa dữ liệu

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      127

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      127

    • Ví dụ. Tổng số/Trường dữ liệu

    tổngKhông được lọc

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      129

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      74

    • Chi tiết

      Thuộc tính này chủ yếu được chuyển vào bởi máy chủ phân trang, rất dễ sử dụng

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      131

    TotalNotFilteredField

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      132

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      133

    • Chi tiết

      Trường từ phản hồi JSON sẽ được sử dụng cho

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      134

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      135

    • Ví dụ. Tổng số trường chưa được lọc

    tổng số hàng

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      136

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      74

    • Chi tiết

      Thuộc tính này chủ yếu được chuyển vào bởi máy chủ phân trang, rất dễ sử dụng

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      131

    trimOnSearch

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      139

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để cắt khoảng trắng trong trường tìm kiếm

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16

    • Ví dụ. Cắt Khi Tìm Kiếm

    văn bản không xác định

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      143

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Xác định văn bản

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6 mặc định

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      146

    • Ví dụ. Văn bản không xác định

    Id duy nhất

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      147

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Chỉ định một mã định danh duy nhất cho mỗi hàng. Id duy nhất phải luôn an toàn cho html e. g. chữ và số, nó không được chứa các ký tự có thể phá vỡ html e. g.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      149

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    • Ví dụ. getRowByUniqueId

    url

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      151

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      2

    • Chi tiết

      Một URL để yêu cầu dữ liệu từ trang web từ xa

      Lưu ý rằng định dạng phản hồi của máy chủ được yêu cầu là khác nhau tùy thuộc vào việc tùy chọn

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      942 có được chỉ định hay không. Xem các ví dụ sau

      tham số URL

      Khi

        function customSearch(data, text) {
          return data.filter(function (row) {
            return row.field.indexOf(text) > -1
          })
        }
        
      75 được đặt thành
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      62, bảng bootstrap sẽ gọi tới
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      947 với các tham số URL sau

      • {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        93 với giá trị từ 0 đến
             {
               'event': {
                 'click': () => { },
                 'mouseenter': () => { },
                 'mouseleave': () => { }
               }
             }
        
        949 - 1, cho biết bản ghi đầu tiên bao gồm
      • {
          btnRemoveEvenRows: {
            'text': 'Remove even Rows',
            'icon': 'fa-trash',
            'event': () => {
              //DO STUFF TO REMOVE EVEN ROWS
            },
            'attributes': {
              'title': 'Remove all rows which has a even id'
            }
          }
        }
        
        92 với giá trị cho biết số hàng trên mỗi trang

      Khi triển khai phân trang phía máy chủ, bạn phải triển khai chế độ xem JSON theo định dạng như ví dụ này. Chế độ xem đó phải lấy các giá trị tham số URL được chỉ định ở trên và trả về các bản ghi bắt đầu từ chỉ mục

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      93 và trả về số lượng bản ghi được chỉ định bởi
      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      92. Ví dụ: nếu bạn muốn bản ghi 11-20, chế độ xem của bạn phải lấy
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      953 và
           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      954 từ chuỗi URL và trả về các bản ghi như ví dụ này

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    • Ví dụ. Từ URL

    • xử lý lỗi

      Để nhận lỗi tải, vui lòng sử dụng onLoadError

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      165

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để kích hoạt cuộn ảo để hiển thị danh sách "vô hạn" ảo

    • Mặc định.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      8

    • Ví dụ. Dữ liệu lớn

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      169

    • Loại.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      74

    • Chi tiết

      Nếu tùy chọn này không được xác định, chúng tôi sẽ sử dụng chiều cao của mục đầu tiên theo mặc định

      Điều quan trọng là phải cung cấp thông tin này nếu chiều cao mục ảo lớn hơn đáng kể so với chiều cao mặc định. Thứ nguyên này được sử dụng để giúp xác định số lượng ô sẽ được tạo khi khởi tạo và để giúp tính toán chiều cao của vùng có thể cuộn. Giá trị chiều cao này chỉ có thể sử dụng đơn vị

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      171

    • Mặc định.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      6

    có thể nhìn thấyTìm kiếm

    • Thuộc tính.

           {
             'event': {
               'click': () => { },
               'mouseenter': () => { },
               'mouseleave': () => { }
             }
           }
      
      173

    • Loại.

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      14

    • Chi tiết

      Đặt

      {
        btnRemoveEvenRows: {
          'text': 'Remove even Rows',
          'icon': 'fa-trash',
          'event': () => {
            //DO STUFF TO REMOVE EVEN ROWS
          },
          'attributes': {
            'title': 'Remove all rows which has a even id'
          }
        }
      }
      
      16 để chỉ tìm kiếm trong cột/dữ liệu hiển thị. Nếu dữ liệu chứa các giá trị khác không được hiển thị, chúng sẽ bị bỏ qua khi tìm kiếm