[Plugin Dairy] – jQuery Datatable

036The jQuery plugin Datatable is a plugin that will allow you to have many features on a HTML table. This plugin is so simple to use, but if you need more complex thing you can also achieve them since the plugin is full of features that can be customize, it also includes an event listener for the action on the table.

Among the features of the Datatable plugin you can have:

 

 

  • Pagination, instant search and multi-column ordering
    Supports almost any data source:
    DOM, Javascript, Ajax and server-side processing
  • Easily theme-able: DataTables, jQuery UI, Bootstrap, Foundation
  • Wide variety of extensions inc. Editor, TableTools, FixedColumns and more
  • Extensive options and a beautiful, expressive API
  • Fully internationalisable
  • Professional quality: backed by a suite of 2900+ unit tests
  • Free open source software (MIT license)! Commercial support available.
  • Scrolling options for table viewport
  • Smart handling of column widths
  • State saving
  • Hidden columns
  • Read more

Comunicación de datos con otra ventana ‘window.open’ Javascript

Muchas veces queremos hacer aplicaciones web que comunique información de una ventana a otra. Existen diversos métodos para manejar esta información, como: XML, JSON, TXT, etc. Todo esto lo usamos al manejar llamadas asíncronas. Sin embargo también podemos hacerlo con Javascript a través de un query string. El hecho es que en una ventana hacemos una lógica y en otra … Read more

Grafica de barras, áreas y mas con Javascript

Viéndome en la necesidad de buscar un plugin que me ayudará a graficar me encontre con un muy buen plugin para realizar graficas en Web con Javascript, el plugin se llama Highcharts y es un muy buen plugin que cubre todas las necesidades para poder realizar el trabajo deseado.   El único inconveniente que tiene … Read more