Relative Content

Tag Archive for vue.jspinia

How to use Pinia with a Map of table configuration objects

I am using Pinia to manage the state of different DataTables throughout my application. It’s possible for multiple tables to be opened “on top” of each other (i.e. in overlay(s) over each other). This is why I am reworking our current setup where only 1 table can be opened and another table would overwrite the previous table, to a new system where multiple tables can be opened at the same time.