Search
-
Laravel 12x - Using Datatables Sunny Theme after importing modules(jquery, jquery-ui, datatables
by Scorpio ·@import 'bootstrap/dist/css/bootstrap.min.css'; @import 'jquery-ui/dist/themes/sunny/jquery-ui.css'; @import 'jquery-ui/dist/themes/sunny/theme.css'; @import 'datatables.net-dt/css/dataTables.dataTabl -
Problem with SearchBuilder if nested in Card component (Bootstrap 4) at bottom of the page
by kthorngren ·.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; fon -
Textarea field trigger change when not changed
by kthorngren ·<style type="text/css">email * {font-family:Verdana; font-size:11px;} table {border:1px solid #888888;width: 100%;table-layout: auto;margin:0;} -
Textarea field trigger change when not changed
by klymov.inekon ·email * {font-family:Verdana; font-size:11px;} table {border:1px solid #888888;width: 100%;table-layout: auto;margin:0;} td, th {border:1px solid #888888; padding: -
Adding a Print button gives an error
by silkspin ·$(document).ready(function() { let exportOptions = { customizeData: function (data) { // Remove the second header row by popping it off the array data.headerStructure.po -
i have a problem with datatables 2.0.1
by setiawan ·padding:20px; background-color:#fff; border:1px solid #ccc; border-radius:5px; margin-top:25px; margin-bottom:25px; -
How showing up data jpg in data render ?
by setiawan ·$.fn.dataTable.render.percentBar('round','#fff', '#FF9CAB', '#2dbe25', '#FF9CAB', 0, 'solid') // #FF0033 merah tua, #FF9CAB meah muda, fff putih, 000 hitam, #2dbe25 hijau muda }, { -
Pagination css problem
by allan ·.dataTables_paginate .paginate_button:hover { background: #64A759 !important; color: #fff; } -
Pagination css problem
by tinkdinkphiu ·color: #fff; -
problems with csv import
by crush123 ·Map 3 Stoke on Trent ST4 1HP Stoke on Trent None #3caac3 #ffff00 fa-socks -
Conditional percentageBars - PR
by MadBoyEvo ·$.fn.dataTable.render.percentBar('round', '#ffffff', '#808080', '#ffd700', '#0000ff', 0, 'ridge', [ { "min": 0, "max": 10, "backgroundColo -
Rowgroup breaks table-striped in bootstrap 5
by Finalbeta ·Description of problem: rowGroup breaks table-striped in bootstrap 5. When you select an uneven row, you can't read because it's #fff on #fff -
PDF button custom header dynamic
by m75sa ·I need to customize the pdf export header by adding the date of the selected datatables calendar. -
How to create only form without table?
by Parul12 ·color: #fff; -
percentage between two column
by cmplus ·columnDefs: [ { targets: 5, render: DataTable.render.percentBar( 'round','#FFF', '#269ABC', '#31B0D5', '#286090', 1, 'groove' ) -
Cannot read properties of null (reading 'columns')
by m75sa ·I have the following datatable code. It seems to work all perfectly. -
Percentage bar in Datatables
by kthorngren ·{ targets: 4, render: $.fn.dataTable.render.percentBar('round','#fff', '#FF9CAB', '#FF0033', '#FF9CAB', 0, 'solid') } -
Percentage bar in Datatables
by Booga ·{ "mRender": function (data, type, full) { return DataTable.render.percentBar(data,'round','#fff', '#FF9CAB', '#FF0033', '#FF9CAB', 0, 'solid'); }, "aTargets": [2] -
Percentage bar in Datatables
by kthorngren ·{ "mRender": function (data, type, full) { return percentBar('round','#fff', '#FF9CAB', '#FF0033', '#FF9CAB', 0, 'solid'); }, -
Percentage bar in Datatables
by Booga ·{ "mRender": function (data, type, full) { percentBar('round','#fff', '#FF9CAB', '#FF0033', '#FF9CAB', 0, 'solid'); },