Hey All,
I have a large DataTable that is currently tied into the Bootstrap framework. Looks great and all - but I need to break down this large table into sections (tabs). So for example, tabs All, A, B, C, D, E, F and G. Selecting each tab (via the Bootstrap UI) would essentially filter the table based on a certain criteria (hidden unique identifier). The "All" tab would show everything. Is there a way to do this?
Thanks in advance.