Multiple tables with Nav Bar #1522
-
Hi, is that possible to integrate bootstrap Nav Tab to the table? Like this, so user can navigate to the table they wish to. PS: I did position absolute to the Show Entries and Search, it didnt worked.. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I don't think DataTables allows for adding external HTML nodes to the table. Instead, I would recommend moving the tabs to top of the table element as "parent" nodes and render tabular content acc. to selected tab selected. You could also use multiple table instances for each individual Nav Tab and use |
Beta Was this translation helpful? Give feedback.
Hi,
I don't think DataTables allows for adding external HTML nodes to the table.
Instead, I would recommend moving the tabs to top of the table element as "parent" nodes and render tabular content acc. to selected tab selected.
You could also use multiple table instances for each individual Nav Tab and use
ngIf
to selectively show the appropriate table.