Hi
When i use "ajax: true" to populate tabledata the refresh button rendered wrong , border is missing....
Then is rendered the button is not wrapped in a
like other buttons.
To fix it i had to add thiis after table is created:
$("button[title='Refresh']").wrap( "
Hi When i use "ajax: true" to populate tabledata the refresh button rendered wrong , border is missing.... Then is rendered the button is not wrapped in a
To fix it i had to add thiis after table is created: $("button[title='Refresh']").wrap( "
" );