Hello,
I coudn't find JS file example or documentation page about implementing Metronics pagination for use in Datatable.
I tried to add metronic classes to list item manually via JS which has all adjustments for DT data. I want to use
Hi,
If you are using Datatables plugin you can refer to the docs here. The datatable plugin has its own built-in pagination. At the moment the datatable support only this default pagination style.
Metronic's simple pagination component is used for custom tables where you implement the pagination logic by yourself.
Regards.
Hi, it was so silly question
I had to change this:
"paginate": {
"previous": "<",
"next": ">"
}
to this:
paginate: {
previous: '',
next: ''
}
// ) Thank you. Have a good day.
PS: Now I'm posting another question related radio buttons in one row (inline). Why there is no example in your doc's for radio or checkboxes in a row, I'm trying to figure out that.
Hi ,
Great work. Glad to hear that!
We have more advanced form examples here. Basically, you can use radios, switches, and checkboxes in any layout you need. If you provide us with more details we will guide you further.
Regards.