🦉
Anacleto
GitHub
  • Anacleto
  • Getting started
    • Setup Anacleto
      • Setup local environmen
    • First tutorial
  • Anacleto Frontend
    • UI Builder
      • Components
        • DataTable
        • Form
          • Controls
            • Autocomplete
            • Button
            • CodeEditor
            • Dropdown
            • Image
            • InputText
            • Label
        • GridContainer
        • Splitter
        • Stack
        • TabView
        • Tree
    • Translation
    • Frontend script
      • Dialog and Toast
      • Window
  • Anacleto Backend
    • Backend script
      • googleBigQuery
      • googleDatastore
      • logger - console
      • mysql
      • Utils
  • Google cloud platform
    • Google
  • Anacleto developer
    • Work with us
      • Guidelines
    • Setup local enviroment
Powered by GitBook
On this page
  • Properties
  • Loading
  • Pagination
  • Sorting
  • Filter
  • Methods
  • Events
  1. Anacleto Frontend
  2. UI Builder
  3. Components

DataTable

PreviousComponentsNextForm

Last updated 2 years ago

DataTable component displays data in tabular format, starting from a store script.

Properties

In addition to the of the components you have the following properties available.

Loading

  • store store path of the script used to load data

  • skeletonRow number of skeleton rows to show while loading

Pagination

  • pagination true / false

  • paginationType client / server

Sorting

  • sortField default field from which sorting is applied (at the moment this sorting is possible only client-side)

  • sortOrder sorting order of sortField

Filter

  • globalFilterFields list of available fields in the global filter

  • globalFilterMode client/server

Methods

Events

In addition to the of the components you have the following methods available.

In addition to the of the components you have the following events available.

default properties
default methods
default events