Code Monkey home page Code Monkey logo

c8oprj-lib-editablegridview-ui-ngx's Introduction

lib_EditableGridView_ui_ngx

Convertigo NGX builder Project

For more technical informations : documentation

Installation

  1. In your Convertigo Studio use File->Import->Convertigo->Convertigo Project and hit the Next button

  2. In the dialog Project remote URL field, paste the text below:

    UsageClick the copy button
    To contribute
    [email protected]:convertigo/c8oprj-lib-editablegridview-ui-ngx.git:branch=8.1.x
    
    To simply use
    [email protected]:convertigo/c8oprj-lib-editablegridview-ui-ngx/archive/8.1.x.zip
    
  3. Click the Finish button. This will automatically import the lib_EditableGridView_ui_ngx project

Mobile Library

Describes the mobile application global properties

Shared Actions

FullSyncAction

variables

namecomment
action
data
database

Shared Components

agGridEditView

variables

namecomment
accessibilityboolean: true (default) or false
addDataModeadd data with an inline 'form' or a 'modal' page, default is 'form'
ariaLabel
autoSizeColumns
canAddColumnadd a button for adding new columns
classOne of the themes provided here :

https://www.ag-grid.com/javascript-grid-themes-provided/

Also be shure to add the theme in the Theme object as :

@import "../../node_modules/ag-grid-community/dist/styles/ag-theme-balham-dark/sass/ag-theme-balham-dark.scss";

databasename of the fullsync database where data indexed by the EditableGridView design document
dataTypetype of document too show, indexed by the EditableGridView design document
defaultColDefdefault is {hide: false, editable: true, sortable: true, resizable: true, filter: true, checkboxSelection: false, singleClickEdit: false}
heightheight is 'auto' or value in % or px
idAn Optional ID
maxBlocksInCacheHow many blocks to keep in the store. Default is no limit, so every requested block is kept
overlayLoadingTemplate
overlayNoRowsTemplate
paginationboolean: true (default) or false
paginationPageSizeinteger: 10 by default
rowDeselectionboolean: true (default) or false
rowHeightHeight of the row in pixels as a string
rowModelTypeRow model type
rowSelectionstring: 'single' (default) or 'multiple'
suppressCellSelection
suppressRowClickSelection
widthwidth value in % or px
wrapperClassHeight of the row in pixels as a string

events

namecomment
CellClickedFired when a cell is clicked. Data will be the agGrid event
CellValueChangedFired when A Cell is edited changed. Data will be the agGrid event
GetRowsFire when the RowModelType is 'infinite'. Excepts fromatted data into a agGridUpdateRows action
GridReadyFired when the Grid is ready. Data will be the agGrid event
RowClickedFired when a row is clicked. Data will be the agGrid event
RowDataChangedFired when Row data changed. Data will be the agGrid event
RowDoubleClickedFired when A Cell is edited changed. Data will be the agGrid event
RowSelectedFired when a row is selected. Data will be the agGrid event
SelectionChangedFired when selectionChange. Data will be the agGrid event
SortChangedFired when a a column is sorted. Data will be the agGrid event

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.