How to install Fixed Header code into WordPress [for a Novice]
How to install Fixed Header code into WordPress [for a Novice]
brihi
Posts: 3Questions: 0Answers: 0
Hi,
I want to fix the headers in the table.
I am a novice at this.
Can someone give me a step-by-step instruction on how to install the code from the Plug-In section of the Datatable website to the WordPress wp-table reloaded plugin that I am using. The plugin uses the DataTables coding. I am using Firefox 3.6.2.
I want to install the DataTables Fixed Header coding that I found in the Plugin section of this website.
$(document).ready( function () {
var oTable = $('#example').dataTable();
new FixedHeader( oTable );
} );
Thanks,
-BrianP
I want to fix the headers in the table.
I am a novice at this.
Can someone give me a step-by-step instruction on how to install the code from the Plug-In section of the Datatable website to the WordPress wp-table reloaded plugin that I am using. The plugin uses the DataTables coding. I am using Firefox 3.6.2.
I want to install the DataTables Fixed Header coding that I found in the Plugin section of this website.
$(document).ready( function () {
var oTable = $('#example').dataTable();
new FixedHeader( oTable );
} );
Thanks,
-BrianP
This discussion has been closed.
Replies
I have the same question!
In what folder should I put the downloaded plugin and where should I write the inizialisation code?
Please help!
Thank you!