@tabalinas
Help Request/Question:
A) As of now, JSGrid renders two tables at the HTML level.
How to render 1 table instead of 2 tables - First Table(Header, Filter and Insert Row) and Second Table(Item Row). It is impacting lot of the Alignment of Top Rows with the Item Rows. Somehow managing it with the Width but not working on properly on Desktop and almost all the other resolutions.
Below is the rendered code where RowRenderer function is already in use for rendering the data for ItemRow only but RowRenderer is not impacting on the Above Table Container.
| Name | Phone | Total Red Flags | Total Red Flags Points | Status |
|---|
| | | | |
| | | | |
Jane Doe | 4103108910 | 2 | 10 | In Progress |
Jane Doe | 4103108910 | 0 | 0 | In Progress |
Jane Doe | 4103108910 | 0 | 0 | In Progress |
Christine | | 1 | 5 | To Be Assigned |
null | | 1 | 5 | To Be Assigned |
Christine | 4106043215 | 2 | 10 | To Be Assigned |
Christine | 4103108910 | 3 | 60 | To Be Assigned |
Ankit Kumar | 09814901669 | 31 | 335 | To Be Assigned |
Please, wait...
Please provide satisfactory solution for this problem.
@tabalinas
Help Request/Question:
A) As of now, JSGrid renders two tables at the HTML level.
How to render 1 table instead of 2 tables - First Table(Header, Filter and Insert Row) and Second Table(Item Row). It is impacting lot of the Alignment of Top Rows with the Item Rows. Somehow managing it with the Width but not working on properly on Desktop and almost all the other resolutions.
Below is the rendered code where RowRenderer function is already in use for rendering the data for ItemRow only but RowRenderer is not impacting on the Above Table Container.
Please provide satisfactory solution for this problem.