changes the default names of incoming parameters (c0-cN) to the columns' ids in the Grid
mode | boolean | true to change the default names |
dp.enableDataNames(true);
The parameters c0-cN, used by default, are not very useful on the server side. Dataprocessor allows using the IDs of Grid columns' instead of them.
Back to top