Set 'queryParams' and then these parameters will be sent to server when request remote data.
<table class="easyui-datagrid" data-options="url:..., queryParams:{productid:'p'}">
</table>
See the code above, the parameter 'productid' with value('p') will be posted to server when loading remove data.