Can Not obtain data from mySql
Hello folks, I am new to datatables and am having a heck of a time getting started. I can not even get the examples to work right. I am using Windows 7 Professional, WebMatrix 3, PHP v 5,4 and MySQL...
View ArticleAJAX data source throwing TypeError: b[a] is undefined
(debug code ucolef ) I'm trying to get my tables working with an AJAX source (client-side processing). The table definition looks like this: var bbTable = $('#bb_datatable').DataTable({ "sDom":...
View Articleajax.reload keep inline edit
table.ajax.reload(null, false); console.log('ajax.reload'); }, 10*1000 ); My table every 10 seconds reload. If I'm editing while reload,Edit box disappears. Please see GIF. Thank you for your help.
View ArticleUsing postCreate and postEdit together
I am able to use both postCreate and postEdit individually successfully. When used together only the postEdit works. I am trying to create table entries of the user and the date when a records are...
View ArticleExample of using the mjoinMinCount validation
Hi! I'm struggling to understand how to use the new Validate:mjoinMinCount() validation. Reading the manual this was my best guess of how to use it but this does not validate: ->join( Mjoin::inst(...
View Article