Tagged Questions
The yui-datatable tag has no wiki summary.
6
votes
1answer
917 views
Exporting data from a YUI DataTable
What's the easiest/fastest way to grab data out of a YUI DataTable and turn it into a single CSV or TSV string? I basically just want to implement a one-click way to get the entire DataTable (it ...
3
votes
2answers
810 views
Why my yui datatable within an updatepanel disappears after postback?
I got my YUI datatable rendered with my json datasource inside an updatepanel... If i click a button within that updatepanel causes postback and my yui datatable disappears
Why yui datatable within ...
3
votes
1answer
4k views
yui, form submission and data table
I'm a Java programmer, but not a JavaScript programmer. I have just discovered YUI, and am trying to get started using it. What I'd like to try and do is have the query form at the top of the page, ...
2
votes
2answers
737 views
YUI Datatable - “Data Error.”
I'm trying to make a datatable using YUI with JSON returned data.
Included is the json returned data, and the page data displayed.
JSON Data:
[{"supplier_id":"127","name":"Adams ...
2
votes
3answers
330 views
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:
YAHOO.util.Event.addListener(singleSelectDataTable, "keydown", function(oEvent) {
...
2
votes
2answers
541 views
Avoid page flickering when updating a YUI DataTable
I am using jlinq a library for extending linq to json and hence i filter my json data. Consider i have a json data that draws a yui datatable on page load with 100 rows. I am doing a clientside filter ...
2
votes
1answer
551 views
Client-side filter of YUI Datatable with select list?
Can I filter the rows of a static dataset using multiple drop-down menus and a paginated YUI datatable ?
http://www.mappingbahia.org/project/iguape_dataset.html
2
votes
1answer
883 views
How to make YUI DataTable to be 100% width
My code for creating the data table looks like this:
myDataTable = new YAHOO.widget.ScrollingDataTable(
"containerDiv",
myColumnDefs,
...
2
votes
2answers
386 views
YUI Column Selection
I'm having issues using YUI's DataTable Column Selection Functionality. I've tried,
myEndColDataTable.subscribe("theadCellClickEvent", myEndColDataTable.onEventSelectColumn);
and
...
2
votes
1answer
842 views
YUI DataTable - how to avoid 'Stop running this script?' confirm message
I am using YUI DataTable in my web application. While my DataTable is fetching the data if I close that and move on to other DataTable I keep getting the message 'Stop running this Script?' confirm ...
2
votes
2answers
1k views
YUI Datatable Column Filter
Does anyone know of any plugins/extentions to the YUI Datatable that will allow column sorting similar to how a sharepoint grid works.
I'm looking for something that works/looks a bit like this from ...
2
votes
3answers
2k views
Optimizing deletion of multiple rows in a YUI datatable
Deletion operations seems to be the slowest in a YUI datatable. I have a datatable with > 300 rows. I need to delete selected rows. I tried removing the selected records from the recordset and then ...
1
vote
2answers
246 views
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 ...
1
vote
3answers
508 views
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},
{key:"group", label:"group", editor: groupChoiceEditor},
...
1
vote
1answer
91 views
YUI datatable not styling
i am using YUI2 to add the plugins to my table.
this is an example:
http://www.tampografica.com/atech/admin/YUIdatatable.html
it is not loading the CSS styling anybody knows why?
1
vote
0answers
169 views
Making a YUI3 treeble
I have been looking at YUI3 for about a week or two and am very much impressed by it. I came across the this example for making a tree table in YUI 3 (called treeble). I also had a look at YUI 2 and ...
1
vote
1answer
222 views
how to disable click to sort on yui datatable?
I would like to move "click heading to sort" to "double click heading to sort". So currently i'm doing it with the following two lines:
table.unsubscribe("theadCellClickEvent", ...
1
vote
1answer
128 views
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 ...
1
vote
1answer
259 views
Use YUI 2's Rich Text Editor for Inline Editing
I am using inline editing in YUI 2's DataTable. I would like to use the Rich Text Editor for this, but it is not among the built-in options. Does anyone know of code that does this or how one might go ...
1
vote
1answer
429 views
How can I get the checked state of a CheckBox in a YUI DataTable to be set by the data in the datasource?
I've been googling this all day and can't seem to find an answer. Also searched here of course, and also didn't find it, but please forgive me if I've missed the answer somewhere. I did try!
I have a ...
1
vote
1answer
431 views
ASP.NET MVC with YUI
I am using ASP.NET MVC 2. I have played around you the YUI samples that can be found on http://developer.yahoo.com/yui/2/. I have been wondering if any one has had the time to use the YUI controls ...
1
vote
1answer
451 views
Sorting Problem in date format(mm/dd/yyyy HHMMSS) using YUI
I won't be able to sort the column which has the date format(mm/dd/yyyy HHMMSS) by using YUI YAHOO.widget.DataTable.formatDate
Please help me out on this problem
Regards
1
vote
1answer
197 views
How do I show character count in YUI when editing a cell?
In the YUI datatable I want to limit the number of characters a user can type into one of the cells. I know how to properly display the amount using a formatter, but is there a simple way to change ...
1
vote
0answers
218 views
Why can't I programmatically scroll to a given row in a YUI ScrollingDataTable?
It appears the ScrollingDataTable scrollTo method is broken.
As an alternative, I've tried scrollIntoView() and jQuery's scrollTop on the correct dom elements without luck. I've also tried ...
1
vote
1answer
241 views
How do I make an XHRDataSource request to a Django server in YUI?
I'm using post, and the YUI documentation example code isn't working.
YAHOO.util.Event.addListener(window,"load",function()
{
var columnDefs =
[
{key:"url", sortable:true, ...
1
vote
2answers
217 views
Issues subscribing to YUI2 DataTable events using 2in3
Does anyone know if there are any known issues subscribing to events fired by a YUI2 DataTable when using with YUI3 2in3? I'm trying to do the following and it's not working:
...
1
vote
1answer
1k views
Call click event on last clicked row in YUI datatable
I have a YUI datatable and I have a function which is invoked when I click on a row:
...
YAHOO.keycoes.myDatatable = myDatatable;
...
myDatatable.subscribe("rowClickEvent", oneventclickrow);
var ...
1
vote
1answer
388 views
GrailsUI (YUI) data table hover event
How to make the data table rows change color as hover over it. The YUI example is here link text
I tried something like
<script>
GRAILSUI.myDataTable.subscribe("rowMouseoverEvent", ...
1
vote
1answer
338 views
YUI DataTable custom sortFunction issue
I am using a YUI DataTable with a custom sortFunction that strips out HTML code, to sort based on the text content only, rather than the entire string with HTML tags. The problem that I am having is ...
1
vote
2answers
733 views
Using cellUpdateEvent with YUI DataTable and JSON DataSource
I'm working with a UI that has a (YUI2) JSON DataSource that's being used to populate a DataTable. What I would like to do is, when a value in the table gets updated, perform a simple animation on the ...
1
vote
1answer
118 views
How to use linkbuttons within yui datatable?
I use yui datatable and i have a field which is resumePath which is path to a file in a folder in my application... So how to use linkbutton and show my path on it...
{ key: "resumepath", label: ...
1
vote
2answers
1k views
YUI DataTable with JSON and client side filtering Data Error
I don't understand what I'm doing wrong here ! I keep getting a Data Error. But I validated the JSON and it's ok...
Here is the javascript from the YUI Datatble example (slightly modified).
...
1
vote
1answer
981 views
yui datatable inline cell editor problem
When using inline cell editor in my datatable I want to round value to 10 multiple
This is my code :
mydatatable.subscribe("cellDblclickEvent",datatable_DetailsCommande.onEventShowCellEditor);
...
1
vote
2answers
673 views
How do I set YUI2 paginator to select a page other than the first page?
I have a YUI DataTable (YUI 2.8.0r4) with AJAX pagination. Each row in the table links to a details/editing page and I want to link from that details page back to the list page that includes the ...
1
vote
3answers
297 views
Why does calling the YUI Datatable showCellEditor not display the editor?
Clicking on the second cell (any row) in the datatable causes the cell editor to display. But, I am trying to display the cell editor from code. The code looks like the following:
var firstEl = ...
1
vote
1answer
198 views
Can i change the layout of YUI datatable?
My web application uses YUI datatables to show records to the user.
I dont want it to be a rows and columns layout. Can I use my own layout for example all data of a record within a single row and ...
1
vote
1answer
2k views
YUI DataTable Sorting
I'm using a YUI datatable to create some basic client side sorting for some stats, returned via a web service I've created. Didn't quite want to figure out YUI's ajax datasource stuff, so I'm loading ...
1
vote
3answers
2k views
YUI DataTable - Howto have just one paginator?
I'm using the YUI DataTable in a Grails 1.1 project using the Grails UI plugin 1.0.2 (YUI being 2.6.1).
By default, the DataTable displays 2 paginators: one above and another one below the table. ...
1
vote
1answer
1k views
How to make YUI datasource parse Null values in the dataset?
I am using YUI datatable and datasource to render data in one of my projects. The data returned happens to be NULL and YUI datasource is unable to parse it.
Below is the declaration code of ...
1
vote
1answer
799 views
How to parse NULL value returned using YUI datasource
I am using YUI datatable and datasource to render data in one of my projects. The data returned happens to be NULL and YUI datasource is unable to parse it.
Below is the declaration code of ...
1
vote
2answers
3k views
How can I avoid EXTjs with YUI-based alternatives to EditorGridPanel and ColumnTree?
There's some discussion at my work about using Jack Slocum's EXTjs library as an extension to YUI (already in use) for a project in development. I'd like to help avoid a dependence on EXTjs's ...
0
votes
0answers
36 views
YUI Datatable client side filtering of datalist from mysql table
I am trying to do YUI client-side filtering of data that is the resultlist of a query run on the mysql database. The example given on this link ...
0
votes
0answers
114 views
How to put validation for inline cell editing for yui data table which does not accept spaces and any other special charecters ecept underscore
How can set validation for the yui data table cell editor.That should not accept any spaces or any special charaecters ecept underscore(_).
This is my code to edit the cell
{key:"name", ...
0
votes
2answers
137 views
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 ...
0
votes
2answers
85 views
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.
I'm trying to suppress the ...
0
votes
1answer
33 views
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 object it showing +1 to the actual date in DB. i am displaying all of my data in yui datatable.
I ...
0
votes
1answer
59 views
How to do Client side pagination for filtered data
YAHOO.util.Event.addListener("genes", "change", function(e) {
var value = YAHOO.util.Event.getTarget(e).value;
if(YAHOO.lang.isValue(value)) {
...
0
votes
1answer
72 views
YUI datatable bad sorting
Again i have this path
http://www.tampografica.com/atech/admin/YUIdatatable.html
try to order by visits, its ordering by string no number... if you check the Javascript it shows that i put the ...
0
votes
0answers
150 views
Dropdown event on datatable
I can't get the dropdown event to work. It's only function for the first dropdown in datatable row.Can you please check my code below?
I followed this tutorial, ...
0
votes
1answer
108 views
YUI - DataTable - RadioCellEditor issue
I am using YUI Datatable.
myDataTable = new YAHOO.widget.DataTable("cellediting", myColumnDefs, myDataSource, { });
Added RadioCellEditor.
var radioEditor = new YAHOO.widget.RadioCellEditor({ ...