vxe-table

  • Version 4.13.39
  • Published
  • 10.6 MB
  • 1 dependency
  • MIT license

Install

npm i vxe-table
yarn add vxe-table
pnpm add vxe-table

Overview

一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、拖拽排序,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式...

Index

Variables

variable VXETable

const VXETable: VxeUIExport;
  • 已废弃,请使用 VxeUI

    Deprecated

Functions

function install

install: (app: App, options?: VxeGlobalConfig) => void;

    Type Aliases

    type VXETableCore

    type VXETableCore = VxeUIExport;
    • 已废弃,请使用 VxeUIExport

      Deprecated

    Namespaces

    namespace default

    module 'types/all.d.ts' {}
    • Deprecated

    variable VXETable

    const VXETable: VxeUIExport;
    • 已废弃,请使用 VxeUI

      Deprecated

    function install

    install: (app: App, options?: VxeGlobalConfig) => void;

      type VXETableCore

      type VXETableCore = VxeUIExport;
      • 已废弃,请使用 VxeUIExport

        Deprecated

      namespace default.global

      namespace default.global {}

        interface Window

        interface Window {}

          property VXETable

          VXETable: VxeUIExport;
          • Deprecated

          property VxeUITable

          VxeUITable: VxeUIExport;

            Package Files (2)

            Dependencies (1)

            Dev Dependencies (35)

            Peer Dependencies (0)

            No peer dependencies.

            Badge

            To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

            You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/vxe-table.

            • Markdown
              [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/vxe-table)
            • HTML
              <a href="https://www.jsdocs.io/package/vxe-table"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>