mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Added assets + dependencies
This commit is contained in:
17
bower_components/datatables-responsive/examples/display-control/index.xml
vendored
Executable file
17
bower_components/datatables-responsive/examples/display-control/index.xml
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<dt-example order="0">
|
||||
|
||||
<title lib="Responsive">Display control</title>
|
||||
|
||||
<info><![CDATA[
|
||||
|
||||
Responsive has two basic modes of operation for controlling the visibility of columns at different display sizes. These two modes can be using either separately or together:
|
||||
|
||||
* Manually assigned class names for breakpoints - Assign a column a class name to tell Responsive which breakpoint(s) to show it in.
|
||||
* Automatically - for columns without a breakpoint class name, it will be automatically removed if there is no room available on screen to show it. Columns are removed from the right, moving left.
|
||||
|
||||
This section explores these two options.
|
||||
|
||||
]]></info>
|
||||
|
||||
</dt-example>
|
Reference in New Issue
Block a user