ColorlibHQ / AdminLTE

AdminLTE - Free admin dashboard template based on Bootstrap 5
https://adminlte.io
MIT License
44.06k stars 18.16k forks source link

Datatables in AdminLTE3 #2452

Closed noblemfd closed 4 years ago

noblemfd commented 4 years ago

Describe the bug I learnt there are datatables in AdminLTE3.

  1. Where in ADMINLTE3 do I find datatables as in the diagram below.
  2. How do I apply and use it?

Screenshots adminlte3_datatables

Environment (please complete the following information):

Thank you

RamezIssac commented 4 years ago

You can find datatables in the Menu -> Tables -> Datatable

As for the screen shot, you can always to initialize the Datatable you want with the options you need as mentioned in the datatables manual. (and I believe you're searching for this page on the manual https://datatables.net/extensions/buttons/)

noblemfd commented 4 years ago

@RamezIssac - Problem solved. Thanks