DataTables scrolling and jQuery UI tabs ID Question
DataTables scrolling and jQuery UI tabs ID Question
Hi all!
I would like to obtain the same effect as including the following code in a single standard table. I show only a representative part of code:
----------
"aoColumnDefs": [
{ "bSortable": false, "fnRender": function ( oObj ) {
return ''+ oObj.aData[2] +'';}, "aTargets": [ 2 ]},
-----------
That is, it creates a column with links whose target file is always a file called "language.html".
The "problem":
For a bilingual audience the only solution available to me is a tabbed table like in
[url] http://www.datatables.net/release-datatables/examples/api/tabs_and_scrolling.html [/url]
I need that the destination of the first tab will be always a called "language1.html" file, and second tab will be always a "language2.html" file using a formula like above or similar. I think this is related to and of the example but I have no capacity to deal with these elements...
Can you help me? Thanks in advance for your replies.
I would like to obtain the same effect as including the following code in a single standard table. I show only a representative part of code:
----------
"aoColumnDefs": [
{ "bSortable": false, "fnRender": function ( oObj ) {
return ''+ oObj.aData[2] +'';}, "aTargets": [ 2 ]},
-----------
That is, it creates a column with links whose target file is always a file called "language.html".
The "problem":
For a bilingual audience the only solution available to me is a tabbed table like in
[url] http://www.datatables.net/release-datatables/examples/api/tabs_and_scrolling.html [/url]
I need that the destination of the first tab will be always a called "language1.html" file, and second tab will be always a "language2.html" file using a formula like above or similar. I think this is related to and of the example but I have no capacity to deal with these elements...
Can you help me? Thanks in advance for your replies.
This discussion has been closed.