How to add a checkbox to title?

How to add a checkbox to title?

eecdreecdr Posts: 1Questions: 1Answers: 0

Hi, sorry for my mistakes, thats my 1st question.

I tried to use checkbıxes extension but I don't want to use it. So how can I add a checkbox to title too? To select all checkboxes?

I can add rows checkboxes like below; but I need to add to title too.

 columns: [
                    {
                        data: null,
                        render: function (data, type, full, meta) {
                            return '<input name="select_' + full.PACKAGEID + '" id="select_' + full.PACKAGEID + '" type="checkbox" class="dt-body-center" value="1" />';
                        }
                    },

Thanks and regards,

This discussion has been closed.