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
|