I can’t find document how to init grid with reactjs in office document . editable cell
How I can Init DHTMLXGrid with reactjs
sematik
#2
Could you please, clarify your question?
I want init a grid in popup without HTML
What do you mean without HTML. Grid can be attached to the html body or to some defined html-container.
sematik
#4
In the dhtmlxGrid 6.1 we have added the edit possiblity:
You need to add the
editing: true
in your grid configuration
doumar
#5
So…What about this feature with cell editable ? I want using this in your Suite 6.x
https://dhtmlx.com/docs/products/dhtmlxGrid/samples/02_clipboard/01_grid_selection.html
cstff
#6
What particular feature do you mean? In the current version (6.1.2) it is not yet possible to copy data to the clipboard or select blocks of cells.
sematik
#8
Such feature currently is available in dhxSpreadsheet:
https://docs.dhtmlx.com/spreadsheet/samples/01_init/01_basic.html