Sha256: 160fe326cfab9a9c75048acb1e7fe0f2c2e2b4a207977cc9a6295aec429a9350

Contents?: true

Size: 762 Bytes

Versions: 1

Compression:

Stored size: 762 Bytes

Contents

<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html" order="3">

<css lib="datatables colreorder">
div.DTCR_pointer {
	margin-top: -15px;
	margin-left: -9px;
	width: 18px;
	background: url('../images/insert.png') no-repeat top left;
}
</css>
<js lib="jquery datatables colreorder">
<![CDATA[
$(document).ready(function() {
	$('#example').DataTable( {
		dom: 'Rlfrtip'
	} );
} );
]]>
</js>

<title lib="ColReorder">Alternative insert styling</title>

<info><![CDATA[

Using CSS it is easy to modify the insert bar to suit your web-site. This example shows how an arrow can be used to show the insert point rather than the straight bar used in the other examples by simply adding an extra CSS rule to include the image.

]]></info>

</dt-example>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
patternfly-sass-1.2.0 tests/components/datatables-colreorder/examples/alt_insert.xml