Where communities thrive


  • Join over 1.5M+ people
  • Join over 100K+ communities
  • Free without limits
  • Create your own community
People
Repo info
Activity
  • Apr 26 13:21
    stale[bot] labeled #7073
  • Apr 26 13:21
    stale[bot] commented #7073
  • Apr 23 11:34
    hanishw commented #6573
  • Apr 23 11:34
    hanishw commented #2784
  • Apr 23 05:14
    rahulsalve1919 commented #7074
  • Apr 23 04:55
    rahulsalve1919 commented #7074
  • Apr 22 18:20
    hanishw commented #6573
  • Apr 22 06:32
    rahulsalve1919 commented #7074
  • Apr 22 05:56
    rahulsalve1919 commented #7074
  • Apr 17 20:39
    luigiruocco commented #5376
  • Apr 17 18:08
    VictorHPereira commented #2228
  • Apr 17 06:30
    phyzalis commented #2195
  • Apr 15 05:21
    stale[bot] unlabeled #7068
  • Apr 15 05:21
    piyush21upadhyay commented #7068
  • Apr 13 13:06
    srjonnal opened #7082
  • Apr 12 19:44
    stale[bot] closed #7070
  • Apr 12 19:44
    stale[bot] commented #7070
  • Apr 12 09:44
    stale[bot] closed #7069
  • Apr 12 09:44
    stale[bot] commented #7069
  • Apr 10 07:42
    piyush21upadhyay commented #4606
lazynewt
@lazynewt
I dont suppose anyone could advise me on why this wont work in a cell template on angular 1.x .. just on the off chance.. {{ COL_FIELD | amTimezone:grid.appScope.selectedLocale.timezone | amDateFormat:'L LTS'}}
RAHUL RAGHAVE
@rahul.raghave_gitlab
how to set ui grid scroll bar position on page refresh or back to ui grid
Jeff Grossman
@jeffgrossman
Does it work for you to force a certain <row,col> into view? In which case, call scrollTo(). Sample code https://stackoverflow.com/questions/26919942/how-do-i-force-the-horizontal-scroll-move-to-the-right-on-ui-grid
MALLESH [Durga] NAGOTHI
@mallesh-csra
Hello
Rodrigo Rodriguez
@roalroga
hello, someone from here worked with the latest version of angurlaJs and with the latest version of Ng-Grid
Jeff Grossman
@jeffgrossman3000
@roalroga This project, ui-grid, essentially superseded ng-grid. Folks here are likely to have migrated their stuff in 2013. No harm in asking, I suppose, but don't be too optimistic.
Mohamed
@Medboubos_twitter
Hello, How can I update the ui-grid? I wanna have the last version
Jeff Grossman
@jeffgrossman
@Medboubos_twitter Download button on front page: http://ui-grid.info/
tonswart
@tonswart
Can I use bootstrap4 styling with ui-grid?
Jeff Grossman
@jeffgrossman3000
@tonswart Why wouldn't it work?
ferasj22
@ferasj22

The code does not execute properly. Try to figure out why.

function multiply(a, b){
a * b
}

please help

Jeff Grossman
@jeffgrossman
Without a "return" statement and a semi-colon, I don't see how you can tell.
Saurabh Singh
@DNDeveloper-s
:)
Mahmoudatia
@Mahmoudatia
:)
arunraj74
@arunraj74
Hi, ui-grid how to destory veritical scroll event ?
in celltemplate i have mentioned directive, every time i did veritical scroll directive again again calling and scope values also gone.
Jeff Grossman
@jeffgrossman3000
@arunraj74 Maybe check for isScrollingVertically=true at the top of your celltemplate?
Chris Atwood
@catwood_gitlab
I am having a problem when using the responsive design. At about 992px, I lose all of the functionality such as sorting, editable cells, and expandable rows. I was wondering if anyone has any experience with this. Any help would be appreciated.
shynes
@shynes
aksdjf asd
/ asdfa sdf
/?
help
/help
Yosi
@yosiasz
@shynes --h
Paul Little
@Bellsandwhistle_twitter
Is UI Grid responsive like DataTables from datatables.net? In other words, is it possible in UI Grid for invisible columns on smaller screens to automatically get collapsed into a plus button at the beginning of the row and then revealed as a stack of rows when the user presses this button? Thank you.
Jack carlson
@dpnashsh
Hi, Is it possible to create excel sheet like product using ui-grid which has all the options like pasting the data in bulk or deleting in bulk?
Ashit Gajbhiye
@AshitKGajbhiye
2issue.png
1issue.png
Hi,
I am using dynamic ui grid with cellTemplate based on the API records, I would try to response this ui grid for all devices but facing issues on the TH header and columns alignments. I am sharing the images for the same. In UI grid I have checked to used enable and disable with properties the Auto-Resizing 'ui-grid-auto-resize' and Column Resizing 'ui-grid-resize-column' but there are no changes happened in complete responsiveness for all device. Can you help me for creating responsive for all devices UI grid.
Philip Evans
@fatsobrains
we're using ng-grid in AngularJS and want to test out ui-grid. Can we leave ng-grid and use ui-grid to replace some grids 1 at a time?
in other words will it work to have ng-grid and ui-grid in the same project, and even on the same page?
Jeff Grossman
@jeffgrossman
@Bellsandwhistle_twitter I do not believe so. Changes to the size of the canvas result in a change to the size of the viewport, not the underlying rows.
Jeff Grossman
@jeffgrossman
@dpnashsh Excel is an enormous application. Your question cannot be answered because it is too general.
Jeff Grossman
@jeffgrossman
@fatsobrains I am not a developer here. I do know that UI Grid is a rewrite of ng-grid so the codebases may well be distinct. Why not just try it?
Jeff Grossman
@jeffgrossman
@AshitKGajbhiye I think this is an unusual problem. Some of the headers are the same width as their respective columns and some are not. Are your styles adjusting sizes erratically?
Philip Evans
@fatsobrains
@jeffgrossman thanks Jeff, we will try the ui-grid along side the ng-grid in the same project/page to see what happens. Just wondering if anyone has done that as they migrate from ng-grid to ui-grid
Yosi
@yosiasz
@fatsobrains Just clone at least one section of your app that does have ng-grid and change the cloned section to ui-grid. Maybe even use tab. Then do a visual and functional check to see if migrating is worth it.
munispe
@munispe
Hi
Everyone
munispe
@munispe
I have one doubt regarding ui-grid, I am new to this framework. I have one grid with filtering columns. Last columns in each Grid row is textarea and it disabled or enabled based on condition. When I apply filter, results rows textarea getting enabled for those which are disabled in initial load. I see in that documentation "If you want to programatically modify filters after initial render then modify grid.column[i].filters[0] directly." Any idea how to do this
Jeff Grossman
@jeffgrossman3000
@munispe You describe a problem with cell permissions then finish it by asking how to edit terms in a filter dropdown. We're confused.
Yosi
@yosiasz
@munispe
vm.gridBudgetDetails = {
        enableRowSelection: true,
        enableRowHeaderSelection: false,
        enableSorting: true,
        multiSelect: false,
        noUnselect: true,
        enableCellEdit : false,
        enableFiltering: true,
        data: 'vm.projectresourcesdetails',
        columnDefs: [
          { name: 'Type', width: '15%',  
enableHiding: false, 
field: 'budgettypename', 
enableFiltering: false },
abhijitsamage
@abhijitsamage_twitter
hi
how to get selected column index in ui-grid in angular js
Yosi
@yosiasz
@abhijitsamage_twitter When clicking on a row or when editing a row?
      vm.gridBudgetResources.onRegisterApi = function(gridApi) {
        //set gridApi on scope
        $scope.gridApi = gridApi;

        gridApi.selection.on.rowSelectionChanged($scope, function(row) {      
          vm.selectedresources = $scope.gridApi.selection.getSelectedRows();
        }); 

        gridApi.selection.on.rowSelectionChangedBatch($scope, function(rows) {
          vm.selectedresources = $scope.gridApi.selection.getSelectedRows();
        });
sravanthi2410
@sravanthi2410
hi, in Angular can we have war name and base href url name different?
my war name is apps-ui.war
I want url as localhost:8080/somename-ui
is that possible