mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-19 17:54:14 +01:00
Fix example: Hidden columns description text had inversed logic for the column state
This commit is contained in:
parent
27901e11a4
commit
4e30d0ccf7
@ -1 +1 @@
|
||||
e74fe2ba36193fe0b6969150f052aa782a10e187
|
||||
3aa4e2301f8bb24c98040cef1e969b367091261d
|
||||
|
@ -57,8 +57,8 @@ $(document).ready(function() {
|
||||
upon allowing the user access to that data (for example 'tag' information for a row entry might
|
||||
used).</p>
|
||||
|
||||
<p>In the table below both the office and age version columns have been hidden, the former is
|
||||
searchable, the latter is not.</p>
|
||||
<p>In the table below both the office and age version columns have been hidden, the former is not
|
||||
searchable, the latter is.</p>
|
||||
</div>
|
||||
|
||||
<table id="example" class="display" cellspacing="0" width="100%">
|
||||
|
Loading…
x
Reference in New Issue
Block a user