Closed (fixed)
Project:
DataTables
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2011 at 13:57 UTC
Updated:
1 Jul 2014 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dtengeri commentedYou have to set bTableTools => TRUE in the datatable_options section of the attributes array to turn on TableTools.
Comment #2
micnap commentedSome of the paths to the css and js files have changed since this patch was made. I've revised it and also set the bTableTools to TRUE so it doesn't need to be done separately.
So to get TableTools working once you have DataTables working, all you should need to do is apply this patch.
Mickey
Comment #3
duellj commentedThanks for the patches. Committed (with modifications) to 7.x branch
Comment #4
7wonders commentedI have tried enabling tabletools but nothing shows up on my view. I have tabletools at all/libraries/datatables/extras/TableTools/
Is this right?
Comment #5
7wonders commentedFigured it out. Was using libraries instead of module path.
Comment #6
duellj commentedAhh, good catch. The patch was assuming library existed in module path, not libraries. Needs some work to account for libraries.
Comment #7
duellj commentedFixed issue when datatables is in libraries path
Comment #9
xaxan commentedWorks fine!!