1config BR2_PACKAGE_DATATABLES_BUTTONS 2 bool "datatables-buttons" 3 depends on BR2_PACKAGE_DATATABLES 4 select BR2_PACKAGE_JSZIP 5 help 6 The Buttons library for DataTables provides a framework with 7 common options and API that can be used with DataTables, but 8 is also very extensible, recognising that you will likely want 9 to use buttons which perform an action unique to your 10 applications. 11 12 https://datatables.net/extensions/buttons 13