gabrielrcouto / php-gui

Extensionless PHP Graphic User Interface library
2.24k stars 175 forks source link

Table Component Not Work #162

Closed lafraga93 closed 5 years ago

lafraga93 commented 5 years ago

Thanks for implement table component, but this element is not created when event handler is call and can't show errors in console output.

I try debug, but unsuccessful...

I'm running on Windows10 x64. This can help identify a problem?

reisraff commented 5 years ago

It is because is not released yet, if you are forking the master branch, take in mind, that is not the stable version, looking at the git log I see that there is no compilation for windows after this component implementation.

That is, you need compile before use this new component.

lafraga93 commented 5 years ago

Thanks, it works! I fork the master branch because I had problems on event click in the stable version... I need to pull request with changes after compile?

reisraff commented 5 years ago

would be good, we haven't implemented yet the automatic compilation, since we need to ask for some people to compile for us on windows/mac etc..