@extends('admin.layouts.default') {{-- Page title --}} @section('title') TUI Grid @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Tail Select Dashboard Toast-UI TUI-Grid Basic Grid Complex Columns Custom Editor Custom Renderer Relation Between Columns Attributes Themes Preset default striped clean Custom options { selection: { background: '#4daaf9', border: '#004082' }, scrollbar: { background: '#f5f5f5', thumb: '#d9d9d9', active: '#c1c1c1' }, row: { even: { background: '#f3ffe3' }, hover: { background: '#ccc' } }, cell: { normal: { background: '#fbfbfb', border: '#e0e0e0', showVerticalBorder: true }, header: { background: '#eee', border: '#ccc', showVerticalBorder: true }, rowHeader: { border: '#ccc', showVerticalBorder: true }, editable: { background: '#fbfbfb' }, selectedHeader: { background: '#d8d8d8' }, focused: { border: '#418ed4' }, disabled: { text: '#b0b0b0' } } } Apply DatePicker Summary Customizing Row headers WhiteSpace Tree Custom Event Frozen Columns Dummy Rows Column resize Sort Validation Header Align Setting Width, Height Column Width 150 100 40 Row height 70 50 30 Client Pagination appendBtn prependBtn Filter Large Data Performance Infinite Scroll Export Drag and Drop Dynamic rowSpan @stop @section('footer_scripts') @stop
{ selection: { background: '#4daaf9', border: '#004082' }, scrollbar: { background: '#f5f5f5', thumb: '#d9d9d9', active: '#c1c1c1' }, row: { even: { background: '#f3ffe3' }, hover: { background: '#ccc' } }, cell: { normal: { background: '#fbfbfb', border: '#e0e0e0', showVerticalBorder: true }, header: { background: '#eee', border: '#ccc', showVerticalBorder: true }, rowHeader: { border: '#ccc', showVerticalBorder: true }, editable: { background: '#fbfbfb' }, selectedHeader: { background: '#d8d8d8' }, focused: { border: '#418ed4' }, disabled: { text: '#b0b0b0' } } }
Apply