fix: add new class to responsive pagination
parent
149ddbfbe3
commit
b0d6a1451f
|
|
@ -57,7 +57,7 @@
|
||||||
renderer: 'tailwindcss',
|
renderer: 'tailwindcss',
|
||||||
dom: "<'grid grid-cols-1 bg-gray-50 rounded-t-md py-3 px-2 lg:grid-cols-12 mb-1 items-center space-y-4 lg:space-y-0'<'lg:col-span-9'l><'lg:col-span-3'f><'lg:justify-self-center'B>>" +
|
dom: "<'grid grid-cols-1 bg-gray-50 rounded-t-md py-3 px-2 lg:grid-cols-12 mb-1 items-center space-y-4 lg:space-y-0'<'lg:col-span-9'l><'lg:col-span-3'f><'lg:justify-self-center'B>>" +
|
||||||
"rt" +
|
"rt" +
|
||||||
"<'flex flex-col lg:flex-row items-center py-2 px-2 lg:justify-between pt-4'ip>",
|
"<'flex flex-col md:flex-row gap-2 p-2 items-center md:justify-between pt-4'ip>",
|
||||||
language: {
|
language: {
|
||||||
processing: '<div class="badge badge-soft badge-info rounded-full">' +
|
processing: '<div class="badge badge-soft badge-info rounded-full">' +
|
||||||
'<span class="loading loading-bars loading-xs"></span>' +
|
'<span class="loading loading-bars loading-xs"></span>' +
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
row: 'text-center'
|
row: 'text-center'
|
||||||
},
|
},
|
||||||
info: {
|
info: {
|
||||||
container: 'dt-info'
|
container: 'w-full'
|
||||||
},
|
},
|
||||||
search: {
|
search: {
|
||||||
container: "input input-sm",
|
container: "input input-sm",
|
||||||
|
|
@ -103,6 +103,8 @@
|
||||||
container: "dt-processing"
|
container: "dt-processing"
|
||||||
},
|
},
|
||||||
paging: {
|
paging: {
|
||||||
|
container: "w-full overflow-x-auto overflow-y-hidden",
|
||||||
|
nav: "flex-none md:flex md:justify-end",
|
||||||
active: 'bg-primary-500 text-white border-primary-500',
|
active: 'bg-primary-500 text-white border-primary-500',
|
||||||
notActive: '',
|
notActive: '',
|
||||||
button: 'join-item btn btn-sm btn-outline rounded-full',
|
button: 'join-item btn btn-sm btn-outline rounded-full',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue