I like the functionality of the Filter in this example: http://mleibman.github.com/Slic开发者_运维知识库kGrid/examples/example-header-row.html
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
I am using SlickGrid an开发者_如何学Pythond am wondering if there is a way to set and keep a rows opacity or css styles in general.
I\'ve noticed that when a validation error occurs, the user is locked into that cell until the error is resolved. I开发者_如何转开发s there a way to allow the user to continue to navigate cells?
I\'d like to hide a column (its an ID column that is unique for each row), but I cannot remove it from the \"columns\" array because I need that data in the Row when actions are performed on the Row (
When sorting the rows in SlickGrid, it seems that they are all destroyed and recreated, thus losing the CSS classes that may have been added at run-time.
there any way to center text in a column header Any ideas how to do thi开发者_C百科s or whatccsmust be changed ?Add the following style in your css:
I have just started to use slickgrid (++ to the author btw) - running into a few small issues - I want to dynamically update some fields using the in-context editing.Once editing is done I wish to sen
I need to do some开发者_如何转开发 action when render() method finished its work and appended all HTML elements to DOM.
The slickgrid is pretty good! In disconnected mode, the user makes some changes. when the job is done the changes are to be saved on the server.