We Found A Problem With Some Content In Excel

We Found A Problem With Some Content In Excel

ABhoreABhore Posts: 1Questions: 1Answers: 0

$(document).ready(function () {
$('#documenttable').DataTable({
dom: 'Bfrtip',
//columnDefs: [
// { "sType": 'numbercase', targets: 1 }
//],
//order: [[0, 'desc']],
buttons: [
{
extend: 'excel'

I am not able to open excel after Excel Button click

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    I tried here, and it's working as expected.

    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.