Skip to content

Instantly share code, notes, and snippets.

<table class="with-details" id="financeiro"></table>
<table class="with-details" id="estoque"></table>
<table class="with-details" id="blablabla"></table>
formatFinanceiro(d) { return 'html_retorno'; }
formatEstoque(d) { return 'html_retorno'; }
formatBlablabla(d) { return 'html_retorno'; }
$('table.with-details tbody').on('click', 'tr.more-details', function () {