ZingGrid
Cree tablas y cuadrículas de datos JavaScript interactivas y de respuesta ágil con una configuración mínima.
Publicado por ZingGrid
Distribuido por ComponentSource desde 2019
Precios desde: $ 98.00 Versión: 2.1.5 Actualizado: Aug 26, 2025
Released: Jun 11, 2020
updateRowOptions as an option for <zgparam> as a shortcut for updateOptions: {row: ....updateCellOptions as an option for <zgparam> as a shortcut for updateOptions: {cell: ... If serverErrorPath is set, but serverErrorMessage is not, serverErrorMessage defaults to [[serverMessage]].typeurlsrc as an attribute to <zg-column>.typeurlsrc to have tokens.<select> elements to have token values set: <select name="storyType" value="[[record.story_type]]">.typeselectoptions attribute to allow the first entry to be set with value '' and name to be displayed for the blank entry: typeselectoptions='[{"name": "ALL", "value": ""}, 123, 456, 789]'.new ZingGrid config syntax Fixed bugs with typebuttonicon, typebuttonlabel, typebuttondisabled being updated on change.typedatefromnow attribute to date columns to display date as 'ago/in' times.F token to date format to display formatted columns in ago/in times.zgRef.formatDate and zgRef.fromNow API methods to use in renderers.ZingGrid.formatDate and ZingGrid.fromNow API methods.[columnwidth] attribute to <zinggrid> to set the column width for every column.typenumbermaxdecimals attribute to number columns to indicate the maximum number of decimals to display.typenumberdecimals attribute to number columns to indicate the exact number of decimals to display.typeselectoptions to accept name/value pairs.arrayindex attribute to indicate which property of an array object to use after the slice: In the case of status[0].title, the arrayindex would be set to title.arrayslice attribute to indicate which index or indexes to render to the column.<zg-column> index attribute: status.0 or status.1.<zg-column>index` attribute: status.1.detailsrenderer attribute to <zg-column>.detailstemplate attribute to <zg-column>.button column type to have the following attributes: typebuttonlabel, typebuttonicon, typebuttondisabled, typebuttonurl, typebuttonhandler.[[record.label]].card attribute to <zinggrid> which will take an object with the card settings.serverErrorMessage being set to [[serverMessage]].setCardTemplate to not require a card to already exist before using.updateRow to take a row index as parameter.updateRecord that takes a row ID as parameter.nodata text to display when no src or data is set.nodata dynamic change Fixed bugs with modifying cell edit status after load.detailsRenderer to be able to return a string that will be the contents of the dialog.arrayslice Fixed minor spanish issues in es.js.celleditor being disabled.loadByPage issues with startAtValue and paging.loadByPage issues with inserts that return the full dataset.<zg-column> typeelementattributename and typeelementtagname attributes.<zg-column> typeiframeratio attribute.<zg-column>, typeimagealt and typeimagemask attributes.<zg-column> typeurltext and typeurlicon attributes.<zginput> type attribute.<zginput> action attribute.typeselectoptions to be flexible in data received in array format.setNoData() issues.typenumberformatting.typecheckboxlabel.typeRadioOptions with object instansitation.registerNamespace to allow for an unnamed default.arrayslice is used.nodata and then loading data.cell:render event.<zgsearch> losing focus on click.<zg-pager> Border Issue.zgpagerborder value as its fallback, to match the other borderside values.boxshadow to a namespaced zgboxshadow to better help avoid parentscope bleed,and to bring it in line with the other grid variables.<zgcell> if value is updated Display no label on button if index is undefined.filterColumn API method to match on value or text Fixed bug with typeselectoptions not updating the filter.sort attribute not dynamically updating.range column type to display as a number.rownumber not presenting in card header.editorcontrols turned on.selectorcontrol turned on.staticmenu and selector.grid:select event.<zg-menu>.<zg-column>.cellbreak on <zg-column>.cellbreak not being honored on <zg-column>.typeselectoptions attribute.sorter attribute to invalid method.sort attribute from <zg-column>.[confirmDelete] when set to false in js.[rowSelector] enabledAdding the caption when feature is enables allows access to button to remove selected rows.