EvotecIT / PSWriteHTML

PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.
MIT License
826 stars 106 forks source link

Custom Table-Buttons for custom functions #279

Closed mycloudspire closed 2 years ago

mycloudspire commented 2 years ago

Is it possible to add a custom table-buttons or item buttons? Lets say i display 10 users in a table and want to something with that one row/object? Or for the whole table?

Thanks!

PrzemyslawKlys commented 2 years ago

You need to be a bit more specific on what you need. Basically the buttons you have defined that export to csv, excel, pdf allow you to select things, and export. You can also add grouping and disable/enable responsive. But that's about it.

You can try finding some example https://datatables.net/examples/index that meets your criteria.

PrzemyslawKlys commented 2 years ago

Closing, as no follow up from user