DHTMLX / connector-php

PHP extension for the DHTMLX library
http://dhtmlx.com/docs/products/dhtmlxConnector/index.shtml
GNU General Public License v3.0
26 stars 29 forks source link

added, global user data for grid #8

Closed matak closed 8 years ago

matak commented 9 years ago

this commit add possibility to set user data for grid not only for row

http://docs.dhtmlx.com/api__dhtmlxgrid_getuserdata.html

gets user data mixed getUserData(mixed row_id,mixed name);

Parameters row_id mixed row id, if empty, user data of the grid (not of a row) name mixed name of the user data

//get global user data var userdata = myGrid.getUserData("","someName1");

matak commented 9 years ago

is there any problem with this request? dont you like it?

Stanislav-Wolski commented 8 years ago

Sorry for delay. Merged in the main codebase