Clickable Element in Header
Clickable Element in Header
Not_A_Trekie
Posts: 2Questions: 0Answers: 0
I have a table where I need to place question marks in the header. Ideally these columns would still be sortable. It appears DataTables makes the entire header cell clickable which is causing problems.
Here is how I am trying to initialize DataTable
$(function() {
$('#table').dataTable(
{
"aoColumns": [
{ "bSortable": false, "sTitle": "
Here is how I am trying to initialize DataTable
$(function() {
$('#table').dataTable(
{
"aoColumns": [
{ "bSortable": false, "sTitle": "
This discussion has been closed.
Replies
Allan
For example if my cell looks like this
Allan