1config BR2_PACKAGE_DATATABLES_RESPONSIVE 2 bool "datatables-responsive" 3 depends on BR2_PACKAGE_DATATABLES 4 help 5 In the modern world of responsive web design tables can often 6 cause a particular problem for designers due to their row 7 based layout. Responsive is an extension for DataTables that 8 resolves that problem by optimising the table's layout for 9 different screen sizes through the dynamic insertion and 10 removal of columns from the table. 11 12 https://datatables.net/extensions/responsive 13