Create plugin/module without table
Answer
ryanthompson - 2 weeks ago
Sounds like you still want your table builders but not the streams behind them. This can certainly be done and we have a good example of it here: https://github.com/anomalylabs/addons-module/tree/2.2/src/Addon/Table
This particular builder uses a lot of handlers as you can see but check this out for loading entries: https://github.com/anomalylabs/addons-module/blob/2.2/src/Addon/Table/Entries/DownloadedEntries.php
Lastly this particular builder uses views to configure the table so check out this file for how that works: https://github.com/anomalylabs/addons-module/blob/2.2/src/Addon/Table/AddonTableViews.php
ryanthompson - 2 weeks ago
Sounds like you still want your table builders but not the streams behind them. This can certainly be done and we have a good example of it here: https://github.com/anomalylabs/addons-module/tree/2.2/src/Addon/Table
This particular builder uses a lot of handlers as you can see but check this out for loading entries: https://github.com/anomalylabs/addons-module/blob/2.2/src/Addon/Table/Entries/DownloadedEntries.php
Lastly this particular builder uses views to configure the table so check out this file for how that works: https://github.com/anomalylabs/addons-module/blob/2.2/src/Addon/Table/AddonTableViews.php