mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 14:19:26 +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
512 B
Plaintext
13 lines
512 B
Plaintext
config BR2_PACKAGE_DATATABLES_RESPONSIVE
|
|
bool "datatables-responsive"
|
|
depends on BR2_PACKAGE_DATATABLES
|
|
help
|
|
In the modern world of responsive web design tables can often
|
|
cause a particular problem for designers due to their row
|
|
based layout. Responsive is an extension for DataTables that
|
|
resolves that problem by optimising the table's layout for
|
|
different screen sizes through the dynamic insertion and
|
|
removal of columns from the table.
|
|
|
|
https://datatables.net/extensions/responsive
|