Well, I found out that this can be achieved in 1 way. If I specify specific columns that I need instead of using * in my query, it will work.
Example:
SELECT st.student_id
FROM wp_o_students st
INNER JOIN wp_o_schools sc
ON st.school_id = sc.school_id
INNER JOIN wp_marks_list ml
ON st.student_id = ml.student_id
ORDER BY $orderby
LIMIT %d OFFSET %d
And for table columns:
'student_id' => __('Student ID', 'olympiad'),
Since there will be only 1 column with student_id, it will be used.
Related Posts:
- Change order of custom columns for edit panels
- How to create Custom filter options in wp_list_table?
- Fatal error after 4.4 upgrade class-wp-list-table
- How to remove _wp_http_referer from URL when using WP_List_table?
- wp_list_table bulk action button is not working – no submit
- How to handle sql with Custom List Table Example
- WP_list_table add custom row action
- Removing sorting option for columns on the post lists page
- Remove Admin Notice on page refresh
- Custom WP_List_Table: How to create an unapproved row?
- Undefined index: hook_suffix
- Accepting certain HTML tags in WP List Table column data
- How to implement WP_List_Table functionality for custom plugins (OR any substitution for wp_list_table plugin) for bulk action
- WP_List_Table bulk actions notice & warning
- Best Alternative to WP List Table
- Inserting Mysql queries into array using wp_list_table class
- Customize WP_List_Table inside admin panel
- `bulk_edit_custom_box` mess the input fields
- Form element deleted from first row of WP_Lists_Table
- upgraded to wp 4.0 – getting convert_to_screen() errors with WP_List_Table
- WP_List_Table default orderby is numeric
- Index of row in WP_List_Table
- How to remove the bottom table headers (column names) in WP_List_Table?
- Create Add New button [closed]
- how to make custom link in wordpress
- Admin Table Filtering not Working for Custom Post Type
- wp_list_table multiple checkboxes
- Strange font-style / font-weight on CPT list columns screen
- How to sort posts without featured images in the WordPress Dashboard? thanks
- WP_List_Table can’t create filter link
- Bulk Action in wp_list_table
- How do I get WordPress to refresh my wp_list_table after bulk_delete
- Passing search query and custom filter to wp_list_table grid
- Unwanted redirection to the article page using WP_LIST_TABLE in the woocommerce_product_data_panels filter
- Sort by last 7 days in post list
- WP_List_Table add custom bulk actions
- Display data in using WP_List_Table
- WP_list_table prepare_items()
- Process bulk actions with POST method – WP_List_Table
- How to use rowspan in WP List Table?
- Custom List Table – Bulk Action – How to remove the _GET parameters
- How to Change Order of Posts in Admin?
- How do I add a WP_List_Table to WordPress page?
- wp_list_tables bulk actions
- add_action ‘manage_posts_custom_column’ in a class [closed]
- Why does my custom taxonomy show a total count across all post types
- WP List Table custom quick edit box – post meta data missing and columns change on submit
- List table not rendering when $this->items is filled
- Add content in custom post type page after the title and before columns
- How to Remove Certain Screen Options and Table Columns from post type in wp_list_table?
- How to Arrange Posts by Size in the WordPress Dashboard?
- Add content before/after admin post wp-list-table
- WP_List_Table Inside Metabox Not Working on Submit
- Searching users with WP_List_Table plugin
- Redirect after deleting post and keep track of pagination
- Custom Post Type or Custom Tables
- Create a clickable name in WP_List_Table for Plugin Admin
- How to stop _wpnonce and _wp_http_referer from appearing in URL
- WordPress admin WP_table_list show incorrectly
- I want to redirect the url to the previous page
- Row actions not showing? Why?
- How can I add a column in the wp_list_table of the admin area?
- Using List Table Filters for ALL Custom Post Types
- Redirection to taxonomy posts list after post submit.
- How to specify multiple search columns for wp list table search
- custom_list_table edit/delete bulk actions
- how to make custom bulk actions for a WP_List_Table (core class)
- Image still attached to post even after removing it as featured image
- Problems with: manage_${post_type}_posts_columns
- Wp List Table – wpdb results are not displaying
- Make inline edit in wp_list_table
- Default sort on admin columns with meta date hides draft posts with empty date value
- add_submenu_page function to show videos table
- How to show filters on table when using WP_List_Table
- How to sort by columns within a search result without displaying all rows again after sorting
- Re use the list table for a custom post type on another page
- Modify users.php query with multiple taxonomies
- Admin Posts List (edit.php) by post IDs
- Add and Remove Row Actions in an Existing WP_List_Table
- Can I simplify in function column_default use of queries
- How to Define Multiple List Tables in a Single Submenu
- Didn’t get array of users like in delete action WPList table in users tab
- remove $_GET-parameter from WP_List_Table::tablenav
- WordPress admin Tables use to display own data – In admin WP
- How to add checkbox with multiple values in table?
- Query the links Database
- Admin Custom Plugin List Files in admin Table
- Wp_List_Table is showing as no class found named wp list table
- Issue removing columns from admin table
- How do I add an admin table to my page?
- Different style for specific rows in custom list table using WP_List_Table
- How to handle my row actions on a custom list table in the admin section
- WP_LIST_TABLE bulk action
- Adding user filter – Not updating data in URL
- What is wrong with assigning values to a WP_List_Table class?
- Change column of row action (Quick Edit) links in WP_List_Table
- Extend WP_List_Table class – Edit wp_usermeta – WPPB.me Boilerplate – Action error
- Text Wrapping in WPDataTables
- Admin Post List table Query filtering “WHERE” for custom post type
- Form with response button after on table after submission