Avatar of Isaac
Isaac
Flag for United States of America

asked on 

disable and enable textboxes in dataTable

Hello Gurus,

I have a dataTable and one of the columns has a textbox that is disabled by default.  I have a button that is supposed to enable all the textboxes but it only enables the first 10 because it shows 10 items at a time.  If you change the drop down to show 25 entries at a time, you will see that the rest of the boxes are still disabled.  How can I fix that?  Thanks!

Here's a jsfiddel.


http://jsfiddle.net/isogunro/sb4ohdkj/20/
JavaScriptjQuery

Avatar of undefined
Last Comment
Isaac

8/22/2022 - Mon