Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bSelectedOnly not working ? #48

Closed
gregdm opened this issue May 6, 2014 · 11 comments
Closed

bSelectedOnly not working ? #48

gregdm opened this issue May 6, 2014 · 11 comments

Comments

@gregdm
Copy link

gregdm commented May 6, 2014

Hello, i think bSelectedOnly doesn't work. It's exporting the entire table all the time
It's was a bug in 2.1.2 version.

var table = $('#statistiques').DataTable( {
dom: 'T<"clear">lfrtip',
"oTableTools": {
"aButtons": [
{
"sExtends": "csv",
"sFileName": "Statistiques.csv",
"sCharSet": "utf8",
"bFooter": false,
"sFieldSeperator": ",",
"sButtonText": "Exporter en CSV",
"bSelectedOnly": true
},
]
}
});

@DataTables
Copy link
Collaborator

Can you try it with the latest version please? I'll try to take a look into it in the next few days.

@gregdm
Copy link
Author

gregdm commented May 6, 2014

Hello, i am using the 2.2.1 version

@DataTables
Copy link
Collaborator

Great thanks. I'll try to look at it as soon as I can.

@gregdm
Copy link
Author

gregdm commented Jun 4, 2014

Hello,
can you take a look at my bug ?
Thank you

@DataTables
Copy link
Collaborator

Yes - as I noted, I will look at it as soon as I can. Unfortunately I have a number of other things consuming my time at the moment which has meant I've not been able to look into it yet. If you need me to look at it urgently, priority support is available for DataTables.

@amek0
Copy link

amek0 commented Aug 14, 2014

I have found the same problem. I am not a developer or paying for support so I have just put in 2.2.1 where bSelectOnly works.

@carcabot
Copy link

Still not working!

@DataTables
Copy link
Collaborator

Even with @detule's patch? Please link to a test case.

@DataTables
Copy link
Collaborator

I've added a slightly different fix from @detule's patch and it should be working correctly now.

@margaritis
Copy link

@DataTables I can confirm it works correctly using Datatables 1.10.2 . Good job.!!!

@DataTables
Copy link
Collaborator

Good stuff. Thanks for the feedback. TableTools 2.2.3 was released yesterday with this fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants