Remove the dropdowns on all columns
Remove the dropdowns on all columns
Heart94
Posts: 2Questions: 1Answers: 1
Hi,
https://www.sol1d.team/k4/index.php
Is it possible to remove the dropdowns menu from all the columns ?
I've tried:
$('#myTable').DataTable({
"myTable.columns":false,
dom: 'Qifrtpl',
orderCellsTop: true,
fixedHeader: true,
But even putting "myTable.columns":false, the dropdown menus still appears.
Thank you,
Heart
This question has an accepted answers - jump to answer
Answers
I figured it out by myself by removing this from my code:
thank you
Thanks for the update - good to hear you got it working as you need.
Allan