Skip to content

Add simple buttons to use builtin export functions#1224

Open
whinis wants to merge 1 commit intoPart-DB:masterfrom
whinis:data-table-export
Open

Add simple buttons to use builtin export functions#1224
whinis wants to merge 1 commit intoPart-DB:masterfrom
whinis:data-table-export

Conversation

@whinis
Copy link

@whinis whinis commented Feb 4, 2026

Another heavily requested feature with a quick fix. This just added the standard export for csv and excel built into datatables bundles. Need some styling and a way to add translations.

@jbtronics
Copy link
Member

I am not sure what the advantages of this should be over the "normal" export function, which is done on server side?
Especially as the client side export is quite limited in the data it has access too, and it is not necesaarily stable in its output.

@whinis
Copy link
Author

whinis commented Feb 17, 2026

I am not sure what the advantages of this should be over the "normal" export function, which is done on server side? Especially as the client side export is quite limited in the data it has access too, and it is not necesaarily stable in its output.

Is there a server side export for a BOM? I couldn't find it in the code and this was sufficient for my needs to create an order list. Obviously a more detailed server side exporter to allow selection for a particular provider would be nice but was out of the scope of this work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments