An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
-
Updated
Oct 14, 2020 - JavaScript
{{ message }}
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
A group of plugins for responsive tables.
jExcel is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with Excel or any other spreadsheet software.
jQuery DataTables API for Laravel 4|5|6|7|8
DataTables using angular directives (Maintainers WANTED)
A simple, customizable and pageable table with SSR support, based on vue2 and element-ui
使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例
A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.
Ajax support of DataTables (Laravel 5.5+) Demo @
R Interface to the jQuery Plug-in DataTables
This Bundle integrates the jQuery DataTables plugin into your Symfony application.
Spring Data JPA extension to work with the great jQuery plugin DataTables (http://datatables.net/)
Server-side datatable representations for Django querysets for automatic rendering in templates
A Swift Data Table package, display grid-like data sets in a nicely formatted table for iOS. Subclassing UICollectionView that allows ordering, and searching with extensible options.
Seamless integration between Django REST framework and Datatables.
jQuery DataTables Buttons Plugin for Laravel.
ASP MVC Helpers for connecting IQueryables with the amazing DataTables.net plugin
Laravel DataTables HTML Builder Plugin
A dynamic table component for Laravel Livewire
PHP Library to handle server-side processing for Datatables, in a fast and simple way.
An another React Data tables component.
SQLAlchemy integration of jQuery DataTables >= 1.10.x (Pyramid and Flask examples)
Crawler for Fundamental analysis platform for BOVESPA stocks, generating a score for each share according to the selected criteria on the indicators.
#121 introduced a PHP Notice at src/Adapter/Doctrine/FetchJoinORMAdapter.php:36 when the 'simple_total_query' option is not provided.
The issue appears to be that ORMAdapter::configure($options) resolves default options, but since arrays are not passed by reference the child method continues to see only the options that are explicitly provided.
I have a database-design where the date I want to query is of the datetime-type. But when I try to select all orders that equal to todays date for example, the parser will add 00:00:00 and I will not get any results.
I usually solve this to use the mysql date function (select * from orders where order_date = date('2019-06-28')) - is there any way to do this with the QueryBuilderParser?
I no
Jupyter Notebook extension leveraging pandas DataFrames by integrating DataTables and ChartJS.
Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates.
Add a description, image, and links to the datatables topic page so that developers can more easily learn about it.
To associate your repository with the datatables topic, visit your repo's landing page and select "manage topics."
In the
serverside-paginationexample, we have some sample means of adding loading indicators. Loading indicators are a common and important part of the serverside experience, so we should have some better examples here so that other devs can work from good ideas, and we can keep full-fledged loading indicator options out of the core library (E.g. gregnb/mui-datatables#958