free-jqgrid / jqGrid

jQuery grid plugin
https://github.com/free-jqgrid/jqGrid
Other
480 stars 195 forks source link

I want to hide delete and export links #503

Open VALENTINEHUNDU opened 2 years ago

VALENTINEHUNDU commented 2 years ago

Hello everyone, I want to hide delete and export links, where should i implement this codes below

// hide delete and export links $lm->grid_delete_link = ""; $lm->grid_export_link = "";

Thank you

chenster commented 2 years ago

CSS display hide should do the trick. Are you using PHP backend?

VALENTINEHUNDU commented 2 years ago

Yes Sir;

I am using php as my backend.

Thank you.

On Fri, 18 Feb 2022, 17:35 chenster, @.***> wrote:

CSS display hide should do the trick. Are you using PHP backend?

— Reply to this email directly, view it on GitHub https://github.com/free-jqgrid/jqGrid/issues/503#issuecomment-1044801538, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATAA7RORNM5VADA3WMQIXKLU3ZYNHANCNFSM5OYLF25Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>