Vertaling van "dataTable" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Los valores que se aceptan son json y dataTable.
Eliminar algún formato de celda dataTable
Lo único que tenemos que tener en cuenta es que el DOM debe haber finalizado su carga cuando invocamos a dataTable sobre el objeto tabla.
All we need to do is ensure that the DOM has loaded then call dataTable on our table.
Si el parámetro output está configurado como dataTable, la solicitud devuelve un cuerpo de respuesta con la estructura JSON (tabla de datos) definida a continuación.
If the output parameter is set to dataTable then the request returns a response body with the JSON (Data Table) structure defined below.
El enlace de datos es una utilización muy frecuente del objeto DataTable.
Data binding is a common use of DataTable object.
Plantilla de Datatable con menú de filtros y también de cambio de sección.
Datatable template with filter & section menus.
Los diseñadores visuales pueden mostrar esta descripción al hacer referencia al miembro. DataTable
Visual designers can display this description when referencing the member. DataTable
Combinar (copiar) el contenido de un DataTable con otro.
Merge (copy) the contents of one DataTable with another.
Devuelve la colección de objetos DataTable.
Returns the collection of DataTable objects.
Similar a un valor calculado, un agregado realiza una operación basada en todo el conjunto de filas del objeto DataTable.
Similar to a calculated value, an aggregate performs an operation based on the complete set of rows in the DataTable.
Esta extensión es totalmente extensible, por lo que los desarrolladores podrán personalizar su componente DataTable fácilmente.
This extension is fully extensible, so developers will be able to customize its DataTable component easily.
Después de un procesamiento significativo, el DataTable tiene una gran cantidad de datos que necesitamos cargar en una tabla en la base de datos.
After significant processing the DataTable has a lot of data that we need to load into a table in the database.
En estos casos es mejor enviar solo los registros necesarios al cliente y que DataTable se comunique con el servidor cuando se modifican la página, el término de búsqueda o la ordenación.
In these cases its better to send only the necessary records to the client and have DataTable communicate with the server when the selected page, sort field or search term changes.