I have a webpage with a slickgrid which renders an array of objects on a grid. I want to do some dynamic stuff (a master-detail like setup) when the selected row changes. However to be able to do this
Some cells in my SlickGrid table have myClass class. I added a tooltip for them like this: $(\".myClas开发者_高级运维s\").hover(// Mouse enters
Does anyone has an idea how could I add \"myClass\" class to some cell (for example, row 5, column 3) i开发者_StackOverflown a SlickGrid ?To add a specific CSS class to some of the rows, use the \"row
I know that there is no API to remove the header row, but I\'m sure it can be done by modifying some CSS. Any ideas ?
I was trying to change cell\'s background color with custom formatter like this: var myCellFormatter = function(row, cell, value, columnDef, dataContext) {
Hi I was wonder开发者_运维百科ing if anyone knows if it\'s possible to define a column in slickgrid as being a drop down select list. If not does anyone with some experience with slickgrid know how I
I have hash (@post) of hashes where I want to keep the order of the hash\'s keys in the array (@post_csv_order) and also want to keep the relationship key => value in the array.