API function parameters

In many of your function definitions you indicate the parameters.



For example addRow(new_id, text, ind)



but in many others you indicate something like this:



addRowAfter(…)



What does the … indicate and where can I find explanation for each function definition?

addRowAfter(…)
Such parameters description is set only for the method from the pro version. If you have PRO version you can find parameters description in your package dhtmlxGrid\doc\alpha.html

Thanks.  I never realized that.  I usually just go to your website to use the documentation.  :slight_smile: