yui-datatable
Display JSON object in YUI Datatable
I\'m trying to display the following JSON object using YUI DataTable. I was able to show the lastName, firstName, startDate, employeeCode, employeeStatus successfully in YUI DataTable. But I couldn\'t[详细]
2023-04-06 03:20 分类:问答How to set width for YUI-data table dynamically based on max size of Column
I have a YUI datatable and I am putting the following data in the table: {key:\"name\", label:\"name\", editor: nameChoiceEditor},[详细]
2023-03-19 05:02 分类:问答How can I use a custom sortFunction with a Grails gui:datatable tag?
I have a datatable in Grails with several sortable columns.Unfortunately, the sort is case-sensitive by default, such that \"Zed\" is shown before \"alice\".So I want to add a custom case-insensitive[详细]
2023-03-19 03:49 分类:问答How do I cancel event bubbling in a YUI DataTable?
I am trying to create a YUI 2.8.1 DataTable with a checkbox column. When the user selects the row it should highlight, but not when the user checks the checkbox.[详细]
2023-03-18 12:10 分类:问答Why the Date is different when accessed througth Domain class and from DB
I have domain class and had a property DOB of type Date and when i access it through domain class objec开发者_运维问答t it showing +1 to the actual date in DB. i am displaying all of my data in yui da[详细]
2023-03-07 03:47 分类:问答YUI datatable not styling
i am using YUI2 to add the plugins to my tabl开发者_运维知识库e. this is an example: http://www.tampografica.com/atech/admin/YUIdatatable.html[详细]
2023-02-28 17:21 分类:问答YUI Data Table Issues / Questions
I am using the data table with my ASP.NET MVC 3 web application and so far it is going quite well.I connect to a SQL Server 2008 database, and I return data by using a stored procedure.I am using IE 8[详细]
2023-02-13 13:15 分类:问答When no data is returned from database
I am intiating a loading panel in init method and hiding it in ReturnDataPayload event.This is working perfectly when data Table has got some values in it.But when there is no data returned from datab[详细]
2023-02-01 18:17 分类:问答How do I specify the return value in a custom YUI cell editor?
I created a custom cell editor that extends BaseCellEditor but how do I specify the value of the cell that will be saved/returned?[详细]
2023-02-01 07:19 分类:问答How do I ignore a keyEvent in Javascript?
I have a DataTable in YUI. I\'m trying to get the table to ignore all keyEvents. I\'ve tried these methods:[详细]
2023-02-01 04:20 分类:问答