mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-19 07:39:27 +00:00
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
13 lines
446 B
Plaintext
13 lines
446 B
Plaintext
config BR2_PACKAGE_DATATABLES_BUTTONS
|
|
bool "datatables-buttons"
|
|
depends on BR2_PACKAGE_DATATABLES
|
|
select BR2_PACKAGE_JSZIP
|
|
help
|
|
The Buttons library for DataTables provides a framework with
|
|
common options and API that can be used with DataTables, but
|
|
is also very extensible, recognising that you will likely want
|
|
to use buttons which perform an action unique to your
|
|
applications.
|
|
|
|
https://datatables.net/extensions/buttons
|