Closed (won't fix)
Project:
Table Trash
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
3 Feb 2014 at 08:21 UTC
Updated:
16 Nov 2014 at 02:39 UTC
Jump to comment: Most recent
It would be nice, if we could select export buttons we want to use with particular Datatable decoration. For example, I don't want to use PDF button, because it doesn't work with UTF-8 strings properly.
Comments
Comment #1
rdeboerHi Milos,
Yes I agree. But I'm not sure the underlying DataTables JS library offers that level of configuration. I haven't checked, but if it doesn't have this config option, then we'd have to request that feature in the DataTables JS project first (https://datatables.net/forums/discussions), before it can be passed on to the Drupal console.
Rik
Comment #2
rdeboerAlso... would a CSS
display:noneon a well-targeted element wrapper do the trick of suppressing certain buttons?Comment #3
milos.kroulik commentedYes, that would do the trick, but it certainly wouldn't be cleanest approach imaginable.
Comment #4
rdeboer