There is no search, info function

There is no search, info function

kangchanhyeokkangchanhyeok Posts: 1Questions: 1Answers: 0

$(function(){
$('#example-table').dataTable({
dom: 'Blfrtip',
aoColumnDefs : [
{ sWidth: '30%', "aTargets": [ 0 ], },
{ sWidth: '15%', "aTargets": [ 1 ] },
{ sWidth: '30%', "aTargets": [ 2 ] },
{ sWidth: '15%', "aTargets": [ 3 ] },
{ sWidth: '10%', "aTargets": [ 4 ] }
]
});
});

Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

what to do

Answers

  • colincolin Posts: 15,232Questions: 1Answers: 2,594

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.