How do I display specific records only in jqGrid?
For example a user login then the jqGrid should display records that is related to开发者_如何学运维 the user logged-in only.
You would handle this in your PHP code. You would have to read from your PHP code who the user is, and query your database to only get the relevant information. You shouldn't try to handle this on the client side.
精彩评论