Skip to content

Instantly share code, notes, and snippets.

View bazeluk's full-sized avatar
🏠
Working from home

Eugene Bazeliuk bazeluk

🏠
Working from home
View GitHub Profile
@bazeluk
bazeluk / dataTables.tailwind.js
Created November 26, 2023 23:47 — forked from HazzazBinFaiz/dataTables.tailwind.js
Tailwind styling for dataTables
(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD
define(['jquery', 'datatables.net'], function ($) {
return factory($, window, document);
});
} else if (typeof exports === 'object') {
// CommonJS
module.exports = function (root, $) {
if (!root) {