lorenzofox3 / Smart-Table

Code source of Smart Table module: a table/grid for Angularjs
http://lorenzofox3.github.io/smart-table-website/
1.8k stars 513 forks source link

Javascript Error with Inline Editing #107

Closed peterprochaska closed 10 years ago

peterprochaska commented 10 years ago

I get the Error "type property can't be changed" if i have a column with isEditable:true. The error is in the directive "inputType". I tested it in IE and Firefox, always the same error. My Angular Version is 1.2.7

lorenzofox3 commented 10 years ago

Hi, could you setup a plunker reproducing the problem with the debug version of smart-table so I can investigate?

thanks

peterprochaska commented 10 years ago

Hi,

here is the plunker: http://plnkr.co/edit/QQQd2znPqh87X2oQONd9 But there is nor error!! So, i have to investigate whats wrong with
our environment.

regards Peter

Zitat von lorenzofox3 notifications@github.com:

Hi, could you setup a plunker reproducing the problem with the debug
version of smart-table so I can investigate?

thanks


Reply to this email directly or view it on GitHub: https://github.com/lorenzofox3/Smart-Table/issues/107#issuecomment-40564807

Viele Grüße

Peter Prochaska Softwareentwicklung

Siegertstraße 2 91161 Hilpoltstein

http://www.peter-prochaska.de

peterprochaska commented 10 years ago

Hi,

after some investigations, i can reproduce the error. It happens only,
if i include jquery.js before angular.js. We want angular.js to use the jquery lib, not the fallback jqLite.

I have updated the plunker.

regards Peter

Zitat von lorenzofox3 notifications@github.com:

Hi, could you setup a plunker reproducing the problem with the debug
version of smart-table so I can investigate?

thanks


Reply to this email directly or view it on GitHub: https://github.com/lorenzofox3/Smart-Table/issues/107#issuecomment-40564807

Viele Grüße

Peter Prochaska Softwareentwicklung

Siegertstraße 2 91161 Hilpoltstein

http://www.peter-prochaska.de

testchandp commented 10 years ago

please look into issue number 40 n 41 also Mr. lorenzofox3, I am eagerly waiting for your response i sent mail to you given in github but no response

sandy-sane commented 9 years ago

Hi, lorenzofox3, but what about the new version? Not possible to do inline editing there?