jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Is it possible to have grid look like this?
Tagged: #jqwidgets-grid, grid, javascript grid, jquery grid
This topic contains 5 replies, has 2 voices, and was last updated by Hristo 6 years, 7 months ago.
-
Author
-
I was wondering if it’s possible to display a grid with following contents(screenshot below). ALthough the image shows the buttons are somewhat scattered and there’s lof of space between the bullet contents. It’s not the case with my requirement. I am trying to figure out if it’s possible to achieve similar thing in jQXgrid or some other jQwidget? The image content has been programmed using HTML table which I don’t want as it doesn’t look good.
If there’s a better way to display the same, suggestions are welcome as well.
Thanks
Hello walker1234,
Could you provide us with more details about what you want to achieve?
We have similar demos with buttons there and you could use them to override it and to achieve the wanted scenario.
Please, take a look at this demo:
https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/customwidgetscolumn.htm?lightBest Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comSure. I’ve a JSON response like this :
[ { "desc": "Topic First, details,questions etc", "datadesc": [ "Testing first ", "Order first " ] }, { "desc": "Topic Second, details,questions etc", "datadesc": [ "Testing first", " Order second " ] } ]
And I want to display it in the grid like I’ve shown in the image (in my first post). Hence, I was wondering if it’s possible to achieve something like this where I could display a bold heading for the
desc
key of the JSON and show thedatadesc
in an unordered list format.Hello walker1234,
Please, take a look at this example.
I would like to mention that we do not provide a custom solution.
I hope this will help.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comThanks Histro. So, if in future, if I have 40-50 data records (bullet points), it would be possible to have pagination feature after certain number of records?
Hello walker1234,
You could implement the paging feature if you want.
If you meet some trouble with this please, notify us.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.