Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82439

How do I assign a hyperlink on specific cells in my datatable? Please help

$
0
0
    table = $('#table').DataTable({

        "processing": true,
        "serverSide": true,
        "order": [],

        "ajax": {
            "url": "<?php echo site_url('home/get_data')?>",
            "type": "POST"
            }
        },

        "columnDefs": [
        {
            "targets": [ -1 ],
            "orderable": false,
        },
        ],

    });

Viewing all articles
Browse latest Browse all 82439


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>