omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
258 stars 115 forks source link

Question: use of tabs #54

Closed ISeeTWizard closed 5 years ago

ISeeTWizard commented 5 years ago

Hi Is it possible to use tabs together with your package?

Like in the example here: https://datatables.net/examples/api/tabs_and_scrolling.html

curry684 commented 5 years ago

Sure, those are just clientside tabs, we are completely agnostic to that. Just have 2 instances of the table and figure it out clientside.

This bundle only does serverside magic. All we do on the client side is a bit of convenience.