mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-19 17:54:14 +01:00
Fix #182 - examples - typo in multiple tables example
This commit is contained in:
parent
fcc7d4a78d
commit
6a5415fe34
@ -24,7 +24,7 @@
|
||||
</div>
|
||||
|
||||
<h1>Preamble</h1>
|
||||
<p>Using standard jQuery selector syntax with DataTables it is trivial to initialise multiple tables with a single line of Javascript, as shown below. All tables are completely independent, but share the parameters passed thought the initialiser object (for example if you specific the Spanish language file, all tables will be shown in Spanish).</p>
|
||||
<p>Using standard jQuery selector syntax with DataTables it is trivial to initialise multiple tables with a single line of Javascript, as shown below. All tables are completely independent, but share the parameters passed through the initialiser object (for example if you specific the Spanish language file, all tables will be shown in Spanish).</p>
|
||||
|
||||
<h1>Live example</h1>
|
||||
|
||||
@ -224,7 +224,7 @@
|
||||
|
||||
<p style="clear:both; margin-top:4em; font-weight: bold;">WebKit based browsers (note no platform)</p>
|
||||
<div id="demo_webkit">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display dataTable">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display dataTable" id="allan2">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Browser</th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user