Click here to Skip to main content
15,905,420 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to design a grid in angularjs.
The grid will have 2 columns, one checkbox column and other column will be hyperlink column that shows name of the files. When user clicks on hyperlink, that file should get opened.
I have several files on hard disk created on different dates.
The hyperlink column in grid will show file names. Each row will have a checkbox except the first row, which has the latest file created.
Outside the grid, there will be a button. User can select files from gird and delete using button. User can delete all files except recent created (that's why that grid row should not have a checkbox or my a disabled one)

Any help appreciated.
Thanks.

What I have tried:

I have created a grid with checkbox column using ng-repeat in a table. But I cant find how not create a checkbox for the latest file and delete files.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900