sebfz1 / wicket-jquery-ui

jQuery UI & Kendo UI integration in Wicket
http://www.7thweb.net/wicket-jquery-ui/
Other
93 stars 58 forks source link

which html component that jquery.ui.samples.kendoui.datatable uses #298

Closed guilherme-oliveria closed 6 years ago

guilherme-oliveria commented 6 years ago

I need to know to make more more changes in the component, and I use to his infinite listing.

http://www.7thweb.net/wicket-jquery-ui/kendo/datatable/InfiniteDataTablePage?4

sebfz1 commented 6 years ago

Hi, not sure to understand the question...

guilherme-oliveria commented 6 years ago

does the library use the default HTML component of the wicket table? photo. http://uploaddeimagens.com.br/imagens/eclipse-png-4983f13b-a70f-402e-857f-1bbf3fdc7368

sebfz1 commented 6 years ago

No, it is based on a common WebComponent (java side) and on a div element (html side). But the IDataProvider is the wicket one.

guilherme-oliveria commented 6 years ago

just with the <div>, mount a <table>?, and thank you, I'm going from one more studied in the structure.

This is my question that I wanted to solve with your API. https://github.com/apache/wicket/pull/289

martin-g commented 6 years ago

@guilherme-oliveria https://github.com/apache/wicket/pull/289 is not a question but a Pull Request. Please close it!

sebfz1 commented 6 years ago

just with the <div>, mount a <table>?

Right. Just check out the samples in the demo site.

guilherme-oliveria commented 6 years ago

thanks sebfz1, and martin-g helps me instead of criticizing ..

martin-g commented 6 years ago

@guilherme-oliveria Sure, we will help you once you close the meaningless pull request!