Hide responsive blue plus button
Hide responsive blue plus button
harj
Posts: 2Questions: 1Answers: 0
I'm using responsive datatable to hide columns when its used on a mobile. The only problem is that I dont want the blue + button to appear as it doesnt add anything to the user experience and it also overlaps the button I use to expand the row. Is it possible to hide it?
I'm using https://cdn.datatables.net/responsive/2.2.9/js/dataTables.responsive.min.js
This question has an accepted answers - jump to answer
Answers
Yep, you can hide the icon by setting
responsive.details.type
tonone
,Colin
Thanks Colin
All good now. Appreciate your help