In portal i want to remove some of the fields from the list which is mentioned in the below Screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 06:01 PM
Hi,
In portal i want to remove some of the fields from the list which is mentioned in the below Screen.
Please help me out how can remove those things from the above SS.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 07:47 PM
Hi @kranthi2,
Check "Table, Filter & Fields" sections with Fields column.
If my response helps you resolve your issue. Kindly mark it as helpful & correct. It will be helpful to future readers! 👍🏻
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 09:51 PM
Hi @Sagar Pagar
As i checked i don't see any options under the Fields section.
How i can configure in such kind if situation.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 09:56 PM
Hi @kranthi2,
If fields are empty, then you need to check the widget scripts and fields are will be added in JSON. You need to remove it form there.
Sample format for JSON will be -
/*
* options:
* hide_footer (bool) = true to remove the data table footer contents
* hide_header (bool) = true to remove the data table header contents
* show_new (bool) = true to show the "New" record button
* show_keywords (bool) = true to show the keyword search field
* table (string) = the table name to query
* filter (string) = the encoded query
* o (string) = the order by column
* d (string) = The order by direction: asc or desc
* p (int) = the page to jump to
* fields (string) = comma seperated list of fields that become the list columns
* view (string) = the default view to load for columns, overrides fields
*/
If my response helps you resolve your issue. Kindly mark it as helpful & correct. It will be helpful to future readers! 👍🏻
Thanks,
Sagar Pagar