Click here to Skip to main content
15,881,938 members

Comments by nyt1972 (Top 61 by date)

nyt1972 7-Feb-24 5:10am View    
Thanks a lot.
nyt1972 5-Jan-23 11:07am View    
I am using datatable, and it say:
DataTables warning: table id=example - Incorrect column count. For more information about this error, please see http://datatables.net/tn/18

Any way thanks, I found the problem,

DataTables does not support colspan or rowspan attributes on cells in the table body.

And I fixed it.
nyt1972 9-Dec-22 10:29am View    
Thanks Richard MacCutchan for reply, separate insert queries worked fine for me instead of insertBatch.
nyt1972 9-Dec-22 10:05am View    
InsertBatch works fine but when I add the Enum field role then it gives the error.
nyt1972 29-Nov-22 10:12am View    
I have table with following kind of values and I want to update Add, View or Delete with 1 or 0
ID Class Add View Update Delete
1 Class1  1
2 Class2       1
3 Class3             1
4 Class4