edit/create function and bootstrap

edit/create function and bootstrap

licences@seclin.socooc.comlicences@seclin.socooc.com Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Hello,
I use edit and create to call edit/creation form after some verification.

table.column(15).search( sel ).draw(); 
editor.title( 'Modifier facture' ).buttons( 'Actualiser' ).edit(1);
table.column(15).search( '' ).draw();

It works but It's seem that I lose the bootstrap style. For example, in HTLM code, I see that the class "btn-primary" is missing on the form's button.

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    That's hard to say without seeing the issue. Could you link to your page, please, so we can take a look. If that's not possible, could you update this example to demonstrate the issue, please,

    Colin

This discussion has been closed.