Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145503 | Jun 25,2019 09:53 PM UTC | Jun 27,2019 05:53 AM UTC | ReactJS | 3 |
![]() |
Tags: ejGrid |
…………………………….
ReactDOM.render(
<EJ.Grid dataSource = {window.gridData} allowPaging = {true} allowFiltering={true}>
<columns>
<column field="OrderID" allowFiltering = {false}/>
<column field="EmployeeID" />
……………………………
</columns>
</EJ.Grid>,
document.getElementById('Grid')
);
|
<div id="Grid"></div>
<script type="text/babel">
$(function(){
ReactDOM.render(
<div id="Grid2">
<table >
<tr>
<td>
<EJ.Grid id="Grid_1" dataSource = {window.gridData} allowPaging = {true} allowFiltering = {true} >
<columns>
<column field="OrderID" allowFiltering={false}/>
………………………………….
</columns>
</EJ.Grid>
</td>
</tr>
</table>
</div>,
document.getElementById('Grid')
);
});
</script>
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.