xref: /OK3568_Linux_fs/buildroot/package/datatables-fixedcolumns/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_DATATABLES_FIXEDCOLUMNS
2	bool "datatables-fixedcolumns"
3	depends on BR2_PACKAGE_DATATABLES
4	help
5	  When making use of DataTables' x-axis scrolling feature
6	  (scrollX), you may wish to fix the left or right most columns
7	  in place. This extension for DataTables provides exactly this
8	  option.
9
10	  https://datatables.net/extensions/fixedcolumns
11