Skip to content

Commit

Permalink
Dev: Improved styling for input elements
Browse files Browse the repository at this point in the history
- 47577
  • Loading branch information
Allan Jardine committed Feb 2, 2018
1 parent 1f0889a commit b2b6c3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/options/columnFiltering.xml
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html" order="9">

<css lib="datatables fixedheader" />
<css lib="datatables fixedheader">
thead input {
width: 100%;
}
</css>
<js lib="jquery datatables fixedheader">
<![CDATA[
$(document).ready(function() {
Expand Down

0 comments on commit b2b6c3f

Please sign in to comment.