Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. onInitialized(e) {
  2.  
  3. e.component.columnOption("Id", {
  4. allowHeaderFiltering : false -> 1
  5. })
  6.  
  7. e.component.columnOption("Name", {
  8. allowHeaderFiltering : false -> 2
  9. })
  10.  
  11. e.component.columnOption("SaleAmount", {
  12. editorOptions: {
  13. format: "currency",
  14. showClearButton: true
  15. }
  16. });
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement