no funciona ui-tabs con datatable
no funciona ui-tabs con datatable
carlosquetto
Posts: 3Questions: 0Answers: 0
Hola soy Carlos de Argentina, excelente el datatable, pero tengo un problema. Tengo una tabla que necesito ponerla dentro de un tab. el problema es que cuando lo hago, desaparecen todos los filtros, paginados y estilos de la tabla original. por favor como puedo arreglarlo. En JSP no funcionan los tabs Muchas gracias
Hi I'm Carlos from Argentina, excellent datatable, but I have a problem. I have one table that I need to put it in a tab. the problem is that when I do, disappear all filters, paged and styles of the original table. please how I can fix it. thank you very much
Hi I'm Carlos from Argentina, excellent datatable, but I have a problem. I have one table that I need to put it in a tab. the problem is that when I do, disappear all filters, paged and styles of the original table. please how I can fix it. thank you very much
This discussion has been closed.
Replies
te pego el código.
Si pongo las 2 js funciona únicamente tab y desaparecen search, filtros y todos los css de datatable
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"
import="model.*"%>
<%@page import="java.util.ArrayList"%>
<%@page import="model.*" %>
<%@page import="java.util.*" %>
<%@page import='java.text.SimpleDateFormat;' %>
.::.Solicitud
li.ui-state-default{ font-size : 10px; }
div.ui-tabs-panel{ font-size : 55%/1.45em; font-family :"Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-style : normal; }
{ cursor: pointer }
function muestra(ObjetoTR){
alert(ObjetoTR.cells[0].childNodes[0].nodeValue);
}
$("#tabs").tabs ();
$(document).ready(function () {
$("#table").dataTable({
"sPaginationType": "full_numbers",
"oLanguage" : {
"sUrl" : "media/dataTables/config_tabla.txt"
},
"iDisplayLength": 10,
"bJQueryUI": true
});
});
Lista
Visualización
Servicios
Distribución
Contabilidad
SG
Descripción
Estado
Posición
NICK
Divisa
<%
ArrayList lista = FaSolGsBD.obtenerTodoFaSolGS();
for (FaSolGs fsg : lista) {
%>
<%= fsg.getFsgCode()%>
<%= fsg.getFsgDesc() %>
<%= fsg.getFsgStatus() %>
<%= fsg.getFsgPosition() %>
<%= fsg.getFsgNick() %>
<%= fsg.getFsgCurr() %>
<% } %>
acá va un form que viene de la tabla
Lorem ipsum
Contenido pestaña 4
Contenido pestaña 5