I am trying to show datatables in dashboard. The problem with it is it needs horizontal scrolling to see all the data from small screen or mobile devices.
So in Desktop i want to show all 5-6 columns.
But from mobile devices i want to show only 2 columns.
Is there any way to achieve this?
Hi,
You can use the Bootstrap Display Utils to hide required cells in mobile and show in desktop mode:
<td class="d-none d-lg-table-cell">Text</td>