xref: /OK3568_Linux_fs/buildroot/package/datatables-responsive/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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