All Projects → rodydavis → Data_tables

rodydavis / Data_tables

Licence: mit
Data Tables for Flutter

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Data tables

Bunny
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.
Stars: ✭ 473 (+373%)
Mutual labels:  datatables
Dashvis
An open-source Dashboard built for users, to organize their resources via Tables and Folders.
Stars: ✭ 31 (-69%)
Mutual labels:  datatables
Yii2 Datatables
Yii2 Widget for DataTables jQuery plug-in
Stars: ✭ 67 (-33%)
Mutual labels:  datatables
Springboot Shiro
使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例
Stars: ✭ 564 (+464%)
Mutual labels:  datatables
Lightning Data Grid
A data grid for Lightning Component Framework
Stars: ✭ 24 (-76%)
Mutual labels:  datatables
Spicy Datatable
React.js datatables without jQuery. Smart react datatable that includes search, pagination and localization.
Stars: ✭ 36 (-64%)
Mutual labels:  datatables
Dt
R Interface to the jQuery Plug-in DataTables
Stars: ✭ 451 (+351%)
Mutual labels:  datatables
Bootstrap Simple Admin Template
The most reliable HTML, CSS, and JavaScript simple admin template for developing responsive, mobile first web applications on the web.
Stars: ✭ 92 (-8%)
Mutual labels:  datatables
Dt54
Laravel 5.4 DataTables Demo Application (WIP)
Stars: ✭ 27 (-73%)
Mutual labels:  datatables
Vueye Table
A data table created using Vue.js
Stars: ✭ 64 (-36%)
Mutual labels:  datatables
Ce
Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
Stars: ✭ 5,832 (+5732%)
Mutual labels:  datatables
Lvlgrid
✨ Grid helper to your Laravel application. Filter, order and pagination ajax
Stars: ✭ 7 (-93%)
Mutual labels:  datatables
Modern Datatables
They are many ways to build reactive web interfaces but do we really need to add the complexity of JavaScript frameworks like Vue.js or React?
Stars: ✭ 48 (-52%)
Mutual labels:  datatables
Ajax Datatables Rails
A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
Stars: ✭ 520 (+420%)
Mutual labels:  datatables
Clinicmanagement
Clinic management project using Asp.net mvc5
Stars: ✭ 74 (-26%)
Mutual labels:  datatables
Laratables
Ajax support of DataTables (Laravel 5.5+) Demo @
Stars: ✭ 451 (+351%)
Mutual labels:  datatables
Vue Data Tables
A simple, customizable and pageable table with SSR support, based on vue2 and element-ui
Stars: ✭ 976 (+876%)
Mutual labels:  datatables
Datatable
Javascript Plugin for data tables creation
Stars: ✭ 97 (-3%)
Mutual labels:  datatables
Drf Datatable Example Server Side
DataTables Example (server-side) - Python Django REST framework
Stars: ✭ 84 (-16%)
Mutual labels:  datatables
Svelte Simple Datatables
A Datatable component for Svelte
Stars: ✭ 56 (-44%)
Mutual labels:  datatables

Buy Me A Coffee Donate

data_tables

  • Full Screen Paginated Data Tables for Tablets/Desktops
  • Mobile ListView with Action Buttons for Sorting and Selecting All
  • Supports Dark Mode

Online Demo: https://rodydavis.github.io/data_tables/

Getting Started

  • You can optionally build the listview for mobile with a builder, by default it creates a ExpansionTile with the remaining columns as children

  • The tablet breakpoint can also be set.

    bool showMobileListView; - When set to false it will always show a data table

    int sortColumnIndex; - Current Sorted Column

    bool sortAscending; - Sort Order

    ValueChanged<bool> onSelectAll; - Called for Selecting and Deselecting All

    ValueChanged<int> onRowsPerPageChanged; - Called when rows change on data table or last row reached on mobile.

    int rowsPerPage; - Default Rows per page

    Widget header; - Widget header for Desktop and Tablet Data Table

    List<DataColumn> columns; - List of Columns (Must match length of DataCells in DataSource)

    IndexedWidgetBuilder mobileItemBuilder; - Optional Item builder for the list view for Mobile

    Size tabletBreakpoint; - Tablet breakpoint for the screen width and height

    List<Widget> actions, selectedActions; - Actions that show when items are selected or not

    RefreshCallback onRefresh; - If not null the list view will be wrapped in a RefreshIndicator

Screenshots

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].